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