COSC-4P82-Final-Project/lib/beagle-3.0.3/examples/GA/maxfctfloat/maxfctfloat/maxfctfloat-cmaes.conf

43 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<Beagle>
<Evolver>
<BootStrapSet>
<IfThenElseOp parameter="ms.restart.file" value="">
<PositiveOpSet>
<GA-InitCMAFltVecOp/>
<MaxFctFloatEvalOp/>
<StatsCalcFitnessSimpleOp/>
</PositiveOpSet>
<NegativeOpSet>
<MilestoneReadOp/>
</NegativeOpSet>
</IfThenElseOp>
<TermMaxGenOp/>
<MilestoneWriteOp/>
</BootStrapSet>
<MainLoopSet>
<GA-MuWCommaLambdaCMAFltVecOp>
<MaxFctFloatEvalOp>
<GA-MutationCMAFltVecOp>
<SelectRandomOp/>
</GA-MutationCMAFltVecOp>
</MaxFctFloatEvalOp>
</GA-MuWCommaLambdaCMAFltVecOp>
<StatsCalcFitnessSimpleOp/>
<GA-TermCMAOp/>
<TermMaxGenOp/>
<MilestoneWriteOp/>
</MainLoopSet>
</Evolver>
<Register>
<Entry key="ec.term.maxgen">100</Entry>
<Entry key="ec.pop.size">10</Entry>
<Entry key="ga.cmaes.mulambdaratio">2.0</Entry>
<Entry key="ga.init.maxvalue">200.0</Entry>
<Entry key="ga.init.minvalue">-200.0</Entry>
<Entry key="ga.float.maxvalue">200.0</Entry>
<Entry key="ga.float.minvalue">-200.0</Entry>
<Entry key="ga.cmaes.mutpb">1.0</Entry>
</Register>
</Beagle>