-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathConfig.ini
69 lines (69 loc) · 2.69 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
ScoreToReach = 0
Algorithm = "GA" ; GA, SA, LS, TS, CTS
NRuns = 1000
[ SA ]
Iterations = 10000000
T0 = 2e-3
Tfin = 0.125
dEmax = 1
dEmin = 1
T0Mode = "AutoHigh" ; Manual, EBased, AutoLow, AutoHigh
TfinEBased = Yes
Acceptance = "Exp" ; Exp, Power, Tsallis, Threshold, Barker
AcceptanceP = 1
Schedule = "Exp" ; Zero, Log, Power, Exp
ScheduleP = 1
NReheat = 3
FastReheat = Yes
Smoothing = 1
StatusIters = 10000
[ GA ]
PopulationSize = 169
Selection = "RankProp"
; Score-Based:
; RankProp, FitUniform, NearRank
; Distance-based:
; Dist, DistToBest
; Topological:
; Ring, LeakyRing, LeakyRingTD, Torus, Segment,
; SegmentTD, Crescent, VarDegreeTD, Halo, DirHalo,
; ThreadedRings, InterconRings, ThreadedIsles, BridgedIsles,
; ChainedIsles, InterconIsles, RandNearConRings, RandFarConRings,
; RandNearConIsles, RandFarConIsles, DisconIslesTD
SelectionP = 0
Replacement = "WorstParent"
; Score-based:
; Worst, WorstParent, RandParent, InvRank, InvRankLn, InvRankTD
; Distance-based:
; SimParent, CenParent,
; SimWorseParent, CenWorseParent,
; NoveltySim, NoveltyCen,
; CompoundSimSD, CompoundCenSD,
; CompoundSimRD, CompoundCenRD,
; CompoundSimTD, CompoundCenTD,
; CompSoftSimSD, CompSoftCenSD,
; CompSoftSimRD, CompSoftCenRD,
; CompSoftSimTD, CompSoftCenTD
; New solution injection:
; InfluxRare, InfluxRD, InfluxSD, InfluxTD
; Topological:
; Digraph
ReplacementP = 3
Acceptance = "Elitist"
;Elitist, Unconditional,
;Threshold, ThresholdTD, ThresholdSD,
;DistToBestTD, DistToBestSD, DistToBestRD,
;DistToParentTD, DistToParentSD, DistToParentRD
StopCriterion = "MaxNFE" ; MaxGens, MaxNFE, Score
MaxGens = 65536
MaxNFE = 16384
StatusGens = 0
SaveGens = 0
TweakPopSize = Yes
[ LS ]
Mode = "Chain" ; First, Best, Chain
StatusIters = 1
[ TS ]
Iterations = 10000
PopSize = 9
StatusIters = 1