-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.yml
137 lines (136 loc) · 2.33 KB
/
index.yml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
- name: Hello World in Python
directory: python-hello
tags:
- Python
- name: Hello World in R
directory: R-hello
tags:
- R
- name: Hello World in Scilab
directory: scilab-hello
tags:
- Scilab
- name: Hello World in Java
directory: hello-jvm
tags:
- Java
- name: Hello World in NetLogo
directory: fire
tags:
- NetLogo
- Stochastic
- Simulation
- name: Hello World in Julia
directory: julia-hello
tags:
- Julia
- name: Hello World in GAMA
directory: gama
tags:
- GAMA
- Stochastic
- Simulation
- name: Hello World in a Container
directory: hello-container
tags:
- Native Code
- name: Hello with OpenMOLE plugin
directory: hello-plugin
tags:
- Scala
- Java
- Plugin
- name: Model Exploration Tutorial
directory: tutorials/method
tags:
- NetLogo
- Genetic Algorithm
- Simulation
- Calibration
- Tutorial
- Sensitivity
- Diversity
- name: Native Application Tutorial
directory: tutorials/native
tags:
- Tutorial
- Native Code
- Data
- Python
- name: Workflow Tutorial
directory: tutorials/workflow
tags:
- Tutorial
- Scala
- Workflow
- name: Morris Sensitivity Analysis
directory: sensitivity/morris
tags:
- NetLogo
- Sensitivity
- Simulation
- name: Saltelli Sensitivity Analysis
directory: sensitivity/saltelli
tags:
- Sensitivity
- Simulation
- name: ABC
directory: abc
tags:
- ABC
- Stochastic
- Calibration
- Tutorial
- name: Calibration of Ants
directory: ants
tags:
- NetLogo
- Genetic Algorithm
- Simulation
- Calibration
- name: Optimise Ackley function in Python
directory: ackley
tags:
- Python
- Genetic Algorithm
- Native Code
- Optimisation
- name: Pi Computation
directory: pi
tags:
- Stochastic
- Simulation
- Scala
- name: SimpopLocal
directory: simpoplocal
tags:
- Stochastic
- Simulation
- Genetic Algorithm
- Scala
- Calibration
- name: Metamimetic Networks
directory: metamimetic-networks
tags:
- Stochastic
- Simulation
- NetLogo
- name: Segmentation with FSL
directory: fsl-fast
tags:
- FSL
- Data
- Native Code
- Neuro Science
- name: NSGA2 Test Functions
directory: nsga2-test-functions
tags:
- Calibration
- Optimisation
- Scala
- Genetic Algorithm
- name: Generate Visualisation
directory: genetic-algos-visu
tags:
- Genetic Algorithm
- R