-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.properties.default
executable file
·26 lines (24 loc) · 1.1 KB
/
config.properties.default
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
### Please copy/rename this file to: config.properties ###
## General settings for the application ##
CompetitorName=EA Nurse Rostering
Parser=XmlParser
PeriodFile=toy1.xml
Writer=XmlWriter
SolutionWrite=true
SolutionFilename=%h/solution_%d_%t.xml
WeightedAttributes=SingleAssignmentPerDay,MaxNumAssignments,MinNumAssignments,MaxConsecutiveWorkingDays,MinConsecutiveWorkingDays,MaxConsecutiveFreeDays,MinConsecutiveFreeDays,MaxConsecutiveWorkingWeekends,MinConsecutiveWorkingWeekends,MaxWorkingWeekendsInFourWeeks,CompleteWeekends,IdenticalShiftTypesDuringWeekend,NoNightShiftBeforeFreeWeekend,AlternativeSkillCategory
FitnessCalculator=DefaultFitnessCalculator
ProgressBarWidth=30
RandomSeed=
## Parameters for the evolutionary algorithm ##
MaxIterations=1000
IndividualsPerPopulation=10
NumberOfDirectDuels=3
UseRecombination=true
UseMutation=true
ConstructionHeuristic=SimpleConstructionHeuristic
MatingSelectionOperator=SimpleMatingSelectionOperator
EnvironmentSelectionOperator=SimpleEnvironmentSelectionOperator
MutationOperator=SimpleMutationOperator
RecombinationOperator=SimpleRecombinationOperator
NumberOfParents=6