symgp-thread.conf

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

CONF
39
字号
<?xml version="1.0" encoding="ISO-8859-1"?><Beagle>  <Evolver>    <BootStrapSet>      <IfThenElseOp parameter="ms.restart.file" value="">        <PositiveOpSet>          <GP-InitHalfOp/>          <SymGPEvalOp/>          <GP-StatsCalcFitnessSimpleOp/>        </PositiveOpSet>        <NegativeOpSet>          <MilestoneReadOp/>        </NegativeOpSet>      </IfThenElseOp>      <TermMaxGenOp/>      <Coev-TermBroadcastOp/>      <MilestoneWriteOp/>    </BootStrapSet>    <MainLoopSet>      <SelectTournamentOp/>      <GP-CrossoverOp/>      <GP-MutationStandardOp/>      <GP-MutationShrinkOp/>      <GP-MutationSwapOp/>      <GP-MutationSwapSubtreeOp/>      <SymGPEvalOp/>      <GP-StatsCalcFitnessSimpleOp/>      <TermMaxGenOp/>      <Coev-TermBroadcastOp/>      <MilestoneWriteOp/>    </MainLoopSet>  </Evolver>  <Register>    <Entry key="ec.pop.size">500</Entry>    <Entry key="lg.console.level">2</Entry>    <Entry key="lg.file.name">symgp-thread.log</Entry>    <Entry key="ms.write.prefix">symgp-thread</Entry>  </Register></Beagle>

⌨️ 快捷键说明

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