-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
77 lines (51 loc) · 2.3 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
// +-------------------------------------------------------------------------+
// | Micro Market Simulation (GTES) |
// | readme |
// | Copyright (C) Yves Caseau, 2012 |
// +-------------------------------------------------------------------------+
VERSION : V0.2
1. Project Description
======================
This is a super simplified version of CGS that has nothing to do with telephony
and may be shown in a book (bk16) or in a talk
Each actor is a company with
- a customer base
- an ARPU
- a structural churn
- an attractiveness ( both a premium / generosity) measured as a delta-price
- fixed costs + variables costs
- a migration fluidity
The system schema is simple
- churn is computed as structural * price factor
- Pdm is computed as a function of (price + premium)
Tactic is simply a price vector (arpu = price - no migration involved)
Strategy is a combination of market share (LT) and revenue (ST)
we implement a full GTES similar to CGS and produce trajectories and
strategy matrices
2. Version Description: (V0.1)
======================
This is the first version, the goal is to be done in a month, to produce two slides
for CSDM
v0.2:
- restart the experiment in 2014, to produce a test case about Free, and to produce new slides for Compiegne
3. Installation:
===============
this is a standard module, look at init.cl in wk.
4. Claire files
===============
log.cl: as usual, the log file => where to look firt to read about the current state
model.cl data model: companies, experiments & scenarios, initialization + utilities
simul.cl simulation of the 36 months = loop + tactic automatas + learning
5. Related doc
==============
overall description may be found at http://organisationarchitecture.blogspot.com/
6. Data
=======
This project uses scenario files (look at oai to use a similar approach)
7.Test and run
==============
As usual, the test file is test*.cl (currently test1.cl)
The test file contains the configuration
- description of the companies
- definition of the experiments
- go* methods which simply run go(E)