source: framspy/only-body.sim @ 1208

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

Also disabled neural mutations in fH

File size: 1.1 KB
Line 
1# Turns off mutations in f0, f1, f4, fH 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
14fH_mut_add_neuron:0.0
15fH_mut_add_connection:0.0
16f4_mut_add_conn:0.0
17f4_mut_add_neupar:0.0
18# 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),
19# we explicitly disable all neuron types - so there is no way to add a "brain node" because no neurons are allowed.
20neuadd_N:0
21neuadd_Nu:0
22neuadd_G:0
23neuadd_Gpart:0
24neuadd_T:0
25neuadd_Tcontact:0
26neuadd_Tproximity:0
27neuadd_S:0
28neuadd_Constant:0
29neuadd_Bend_muscle:0
30neuadd_Rotation_muscle:0
31neuadd_M:0
32neuadd_D:0
33neuadd_Fuzzy:0
34neuadd_VEye:0
35neuadd_VMotor:0
36neuadd_Sti:0
37neuadd_LMu:0
38neuadd_Water:0
39neuadd_Energy:0
40neuadd_Ch:0
41neuadd_ChMux:0
42neuadd_ChSel:0
43neuadd_Rnd:0
44neuadd_Sin:0
45neuadd_Delay:0
46neuadd_Light:0
47neuadd_Nn:0
48neuadd_PIDP:0
49neuadd_PIDV:0
50neuadd_SeeLight:0
51neuadd_SeeLight2:0
52neuadd_S0:0
53neuadd_S1:0
54neuadd_Thr:0
Note: See TracBrowser for help on using the repository browser.