source: framspy/only-body.sim @ 1165

Last change on this file since 1165 was 1165, checked in by Maciej Komosinski, 2 years ago

Added a helper settings file that turns off mutations in f0, f1, f4 related to brain

File size: 1.1 KB
Line 
1# Turns off mutations in f0, f1, f4 related to brain (disables adding and modifying neurons)
2sim_params:
3f0_n_new:0.0
4f0_n_del:0.0
5f0_n_prp:0.0
6f0_c_new:0.0
7f0_c_del:0.0
8f0_c_wei:0.0
9f1_nmNeu:0.0
10f1_nmConn:0.0
11f1_nmProp:0.0
12f1_nmWei:0.0
13f1_nmVal:0.0
14f4_mut_add_conn:0.0
15f4_mut_add_neupar:0.0
16# because in f4 there is no distinction in mutation operators between body and brain (a new "node" can be either a part of body or brain),
17# we explicitly disable all neuron types - so there is no way to add a "brain node" because no neurons are allowed.
18neuadd_N:0
19neuadd_Nu:0
20neuadd_G:0
21neuadd_Gpart:0
22neuadd_T:0
23neuadd_Tcontact:0
24neuadd_Tproximity:0
25neuadd_S:0
26neuadd_Constant:0
27neuadd_Bend_muscle:0
28neuadd_Rotation_muscle:0
29neuadd_M:0
30neuadd_D:0
31neuadd_Fuzzy:0
32neuadd_VEye:0
33neuadd_VMotor:0
34neuadd_Sti:0
35neuadd_LMu:0
36neuadd_Water:0
37neuadd_Energy:0
38neuadd_Ch:0
39neuadd_ChMux:0
40neuadd_ChSel:0
41neuadd_Rnd:0
42neuadd_Sin:0
43neuadd_Delay:0
44neuadd_Light:0
45neuadd_Nn:0
46neuadd_PIDP:0
47neuadd_PIDV:0
48neuadd_SeeLight:0
49neuadd_SeeLight2:0
50neuadd_S0:0
51neuadd_S1:0
52neuadd_Thr:0
Note: See TracBrowser for help on using the repository browser.