tsp.conf
来自「非常好的进化算法EC 实现平台 可以实现多种算法 GA GP」· CONF 代码 · 共 36 行
CONF
36 行
<?xml version="1.0" encoding="ISO-8859-1"?><Beagle version="3.0.0"> <Evolver> <BootStrapSet> <IfThenElseOp parameter="ms.restart.file" value=""> <PositiveOpSet> <GA-InitIndicesIntVecOp/> <TSPEvalOp/> <StatsCalcFitnessSimpleOp/> </PositiveOpSet> <NegativeOpSet> <MilestoneReadOp/> </NegativeOpSet> </IfThenElseOp> <TermMaxGenOp/> <MilestoneWriteOp/> </BootStrapSet> <MainLoopSet> <SelectTournamentOp/> <GA-CrossoverIndicesIntVecOp/> <GA-MutationShuffleIntVecOp/> <TSPEvalOp/> <StatsCalcFitnessSimpleOp/> <TermMaxGenOp/> <MilestoneWriteOp/> </MainLoopSet> </Evolver> <System> <Register> <Entry key="ec.sel.tournsize">5</Entry> <Entry key="ga.cxind.prob">0.5</Entry> <Entry key="ga.mutshuf.indpb">0.3</Entry> </Register> </System></Beagle>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?