⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 knapsack-nsga2.conf

📁 非常好的进化算法EC 实现平台 可以实现多种算法 GA GP
💻 CONF
字号:
<?xml version="1.0" encoding="ISO-8859-1"?><Beagle>  <Evolver>    <BootStrapSet>      <IfThenElseOp parameter="ms.restart.file" value="">        <PositiveOpSet>          <GA-InitBitStrOp/>          <KnapsackEvalOp/>          <StatsCalcFitnessMultiObjOp/>        </PositiveOpSet>        <NegativeOpSet>          <MilestoneReadOp/>        </NegativeOpSet>      </IfThenElseOp>      <TermMaxGenOp/>      <MilestoneWriteOp/>    </BootStrapSet>    <MainLoopSet>      <NSGA2Op>        <KnapsackEvalOp>          <GA-CrossoverOnePointBitStrOp>            <SelectRandomOp/>            <SelectRandomOp/>          </GA-CrossoverOnePointBitStrOp>        </KnapsackEvalOp>        <KnapsackEvalOp>          <GA-MutationFlipBitStrOp>            <SelectRandomOp/>          </GA-MutationFlipBitStrOp>        </KnapsackEvalOp>      </NSGA2Op>      <MigrationRandomRingOp/>      <StatsCalcFitnessMultiObjOp/>      <TermMaxGenOp/>      <ParetoFrontCalculateOp/>      <MilestoneWriteOp/>    </MainLoopSet>  </Evolver>  <Register>    <Entry key="ga.cx1p.prob">0.6</Entry>    <Entry key="ga.mutflip.indpb">0.4</Entry>    <Entry key="ga.mutflip.bitpb">0.025</Entry>    <Entry key="ec.hof.vivasize">0</Entry>    <Entry key="ec.hof.demesize">0</Entry>  </Register></Beagle>

⌨️ 快捷键说明

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