-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_tsp.yaml
More file actions
67 lines (67 loc) · 1.3 KB
/
test_tsp.yaml
File metadata and controls
67 lines (67 loc) · 1.3 KB
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
experiment_config:
write_configs: True
execute_sims: True
run_analysis: True
collect_results: True
plot: False
sim_parameters:
target_system: BwUni
system_parameters:
n_sims_per_job: 16
nodes: 1
processors_per_node: 1
walltime: '00:10:00'
max_queue_size: 40
generate_folder: 'tmp'
wait_time: 15.
ana_parameters:
target_system: BwUni
system_parameters:
n_sims_per_job: 16
nodes: 1
processors_per_node: 2
walltime: '00:10:00'
max_queue_size: 40
generate_folder: 'tmp'
wait_time: 30.
col_parameters:
target_system: Local
system_parameters:
n_cpus: 1
sim_folder_template:
simulation/{Config_tausyn:05d}
Config:
Tmax: 1.
Tmin: 1.
neuron_type: erf_rect
nupdates: 100
random_seed: 42424242
random_skip: 1000000
tauref: tau
tausyn: tau
output_scheme: BinaryState
network_update_scheme: InOrder
remove_config_file: False
network:
name: problem_tsp.create
parameters:
A: 1.0
B: 1.0
C: 1.0
D: 0.1
fix_starting_point: False
tsp:
- [0., 1.]
- [1., 0.]
simulate:
function_name: control.simulate
analysis:
function_name: analysis.states
collect:
function_name: collect.singlefile
parameters:
targetfolder: collected
replacements:
tau: [1, 5, 10,]
experiment_name: Test001
wait: True