aboutsummaryrefslogtreecommitdiff
path: root/doc/diagrams/planningWorkPlanEngine.puml
blob: 9caad40d196600afd6566880e30eddf2f2be10cb (plain)
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
@startgantt

!include skinparams.puml
!include skinparamsGantt.puml

printscale weekly
Saturday are closed
Sunday are closed

Project starts 2021-01-11

-- Preliminary research --
[Previous works research] as [PWR] lasts 1 week
[Algorithms research] as [AR] lasts 2 weeks

-- Engine Implementation --
[Engine modelling] as [EM] lasts 1 week
[Engine implementation] as [EI] lasts 4 weeks

-- Algorithms Implementations --
[Monte Carlo implementation] as [MCI] lasts 4 weeks
[Neural networks research] as [NNR] lasts 2 weeks
[Neural networks implementation] as [NNI] lasts 3 weeks

-- Testing --
[Engine unit testing] as [EUT] lasts 4 weeks
[System testing] as [ST] lasts 1 week

-- Analysis --
[Algorithms comparison] as [AC] lasts 2 weeks

[PWR] -> [AR]
[AR] -> [EM]

[EM] -> [MCI]
[EM] -> [EI]
[EM] -> [EUT]

[MCI] -> [NNR]
[NNR] -> [NNI]

[NNI] -> [ST]

[ST] -> [AC]

@endgantt