-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtrader.ini
More file actions
31 lines (31 loc) · 1014 Bytes
/
Copy pathtrader.ini
File metadata and controls
31 lines (31 loc) · 1014 Bytes
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
PopulationSize = 50
NumberOfGenerations = 10
CrossoverProbability = 0.9
CreationProbability = 0.9
CreationType = RampedHalf
MaximumDepthForCreation = 6
MaximumDepthForCrossover = 10
MaximumComplexity = 100
SelectionType = Tournament
TournamentSize = 7
DemeSize = 100
DemeticMigProbability = 100.0
SwapMutationProbability = 0.50
ShrinkMutationProbability = .5
TerminationFitness = 0.0
GoodRuns = 5
DemeticGrouping = false
AddBestToNewPopulation = false
SteadyState = false
PrintDetails = false
PrintPopulation = false
PrintExpression = true
PrintTree = true
TreeFontSize = 12
UseADFs = false
TestDiversity = true
ComplexityAffectsFitness = false
CheckpointGens = 0
StartingFunds = 10000.0
NumTestTraders = 5
NumSteps = 80