-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_explo_izhi.ini
executable file
·72 lines (67 loc) · 1.18 KB
/
config_explo_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=1
[Evolution]
popSize=100
numFoods=30
numPoisons=20
numWallPoisons=100
lengthSim=1000
lengthLastSim=1000
crossOverRate=0.5
mutationRate=0.05
mutationAmpli=0.6
worldWidth=2000
Fitness\initialFit=1000
Fitness\fitFoodCoeff=1
Fitness\fitPoisCoeff=-5
[GraphicalSimulation]
numRobots=1
numFoods=30
numPoisons=20
numWallPoisons=100
worldWdith=2000
timeOutInterval=100
explo\numBunches=5
explo\radiusBunch=70
[Robot]
robotModel=3
sensorScope=300
maximumAngle=1
maxWheelSpeed=150
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=2
dt=1
stepTime=30
LIF\potResting_lif=-65
LIF\potThreshold_lif=-50
LIF\potSpiking_lif=30
maxWeight=1
minWeight=-1
maxRefPeriodTime=1
minRefPeriodTime=1
maxDelayTime=10
minDelayTime=1
noiseCurrent=0.01
curFactor=100
curRecFactor=1
curSensFactor=1
[Condor]
serialNumber=28536
numSims=5
experiment=evolution
evolution\numGenerations=100
lesion\numSimulations=200