-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathparam.xml
36 lines (36 loc) · 1.12 KB
/
param.xml
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
<Parameters>
<ALNS>
<MaxNbIterations>100</MaxNbIterations>
<MaxRunTime>300</MaxRunTime>
<MaxNbIterationsNoImp>100000</MaxNbIterationsNoImp>
<StoppingCriterion>ALL</StoppingCriterion>
<Noise>true</Noise>
<TimeSegmentIt>100</TimeSegmentIt>
<NbItBeforeReinit>1000</NbItBeforeReinit>
<Sigma1>33</Sigma1>
<Sigma2>20</Sigma2>
<Sigma3>12</Sigma3>
<Rho>0.1</Rho>
<MinimumWeight>1</MinimumWeight>
<MaximumWeight>20</MaximumWeight>
<ProbabilityOfNoise>0.5</ProbabilityOfNoise>
<AcKind>SA</AcKind>
<ReloadFrequency>1000</ReloadFrequency>
<LogFrequency>1</LogFrequency>
<StatsGlobPath>./stats/globStats</StatsGlobPath>
<StatsOpPath>./stats/opStats</StatsOpPath>
<ForbiddenOperators>
<ForbiddenOperator>None</ForbiddenOperator>
</ForbiddenOperators>
<PerformLocalSearch>true</PerformLocalSearch>
<ForbiddenLSOperators>
<ForbiddenLSOperator>None</ForbiddenLSOperator>
</ForbiddenLSOperators>
</ALNS>
<CoolingSchedule>
<Kind>Exponential_mix</Kind>
<ExpPercentageKept>0.95</ExpPercentageKept>
<SetupPercentage>0.05</SetupPercentage>
<NbThresholds>100</NbThresholds>
</CoolingSchedule>
</Parameters>