-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_foodPoison_izhi.ini
executable file
·72 lines (67 loc) · 1.17 KB
/
config_foodPoison_izhi.ini
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
[General]
appMode=0
simMode=0
[Evolution]
popSize=100
numFoods=10
numPoisons=20
numWallPoisons=100
lengthSim=500
lengthLastSim=500
crossOverRate=0.5
mutationRate=0.05
mutationAmpli=0.6
worldWidth=800
Fitness\initialFit=1000
Fitness\fitFoodCoeff=1
Fitness\fitPoisCoeff=-5
[GraphicalSimulation]
numRobots=1
numFoods=10
numPoisons=20
numWallPoisons=100
worldWdith=800
timeOutInterval=100
explo\numBunches=5
explo\radiusBunch=70
[Robot]
robotModel=0
sensorScope=300
maximumAngle=1
maxWheelSpeed=100
minWheelSpeed=0
Sensors\lSAngle1=90
Sensors\lSAngle2=23
Sensors\mSAngle1=24
Sensors\mSAngle2=-24
Sensors\rSAngle1=-23
Sensors\rSAngle2=-90
Sensors\maxIntensity=2
captorFood=true
captorPoison=true
borderMode=1
[NeuralNetwork]
neuronModel=1
numberNeurons=4
numberSensors=6
dt=1
stepTime=30
LIF\potResting_lif=-65
LIF\potThreshold_lif=-50
LIF\potSpiking_lif=30
maxWeight=1
minWeight=-0.5
maxRefPeriodTime=1
minRefPeriodTime=0
maxDelayTime=3
minDelayTime=0
noiseCurrent=0
curFactor=30
curRecFactor=1
curSensFactor=3
[Condor]
serialNumber=27886
numSims=100
experiment=lesion
evolution\numGenerations=100
lesion\numSimulations=10