maxfctes-comma-non-breeder.conf

来自「非常好的进化算法EC 实现平台 可以实现多种算法 GA GP」· CONF 代码 · 共 43 行

CONF
43
字号
<?xml version="1.0" encoding="ISO-8859-1"?><Beagle>  <Evolver>    <BootStrapSet>      <IfThenElseOp parameter="ms.restart.file" value="">        <PositiveOpSet>          <GA-InitESVecOp/>          <MaxFctESEvalOp/>          <StatsCalcFitnessSimpleOp/>        </PositiveOpSet>        <NegativeOpSet>          <MilestoneReadOp/>        </NegativeOpSet>      </IfThenElseOp>      <TermMaxGenOp/>      <MilestoneWriteOp/>    </BootStrapSet>    <MainLoopSet>      <MuCommaLambdaOp>        <GA-MutationESVecOp>          <SelectRandomOp/>        </GA-MutationESVecOp>      </MuCommaLambdaOp>      <MaxFctESEvalOp/>      <MuCommaLambdaOp-2/>      <MigrationRandomRingOp/>      <StatsCalcFitnessSimpleOp/>      <TermMaxGenOp/>      <MilestoneWriteOp/>    </MainLoopSet>  </Evolver>  <Register>    <Entry key="ec.term.maxgen">50</Entry>    <Entry key="ec.mulambda.ratio">7</Entry>    <Entry key="ec.pop.size">15</Entry>    <Entry key="es.init.strategy">1</Entry>    <Entry key="es.mut.minstrategy">0.01</Entry>    <Entry key="ec.repro.prob">1.0</Entry>    <Entry key="es.value.max">200.0</Entry>    <Entry key="es.value.min">-200.0</Entry>  </Register></Beagle>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?