change_log

来自「free library of genetic algorithms」· 代码 · 共 37 行

TXT
37
字号
cpplibga.1.3:    - redesigned class 'Solution'    - fixed class genotype::Binary    - added strategy mutation::Incest    - refactoredcpplibga.1.2:    - added strategy reproduction::TwoDocCrossover    - added strategy reproduction::UnifiedCrossover    - added strategy accepting::OnlyNewGenotype    - fixed bug with calling of 'accepting' strategy    - added strategy accepting::OnlyNewPhenotype    - fixed bug with float comparing (epsilum added) in strategy accepting::OnlyNewPhenotype    - added strategy mutation::DensityInvertcpplibga.1.1:    - added accepting::Any::getNumberOfAcceptedSolutions()    - added accepting::Any::getNumberOfRejectedSolutions()    - added placing::InsteadOfTheWorst::getNumberOfReplacedSolutions()    - added strategy selection::Elitar    - added strategy grouping::BestWithAllcpplibga.1.0:    - selection::Random    - reproduction::OneDotCrossover    - placing::InsteadOfTheWorst    - mutation::InvertOneDot    - grouping::AllWithAll    - genotype::Binary    - accepting::Any    - statistics: getStep(), getBestSolution(), getBestGenotype()    - controll: mutation::InvertOneDot::setMutationProbability(),                selection::Random::setSelectionGroupSize()                

⌨️ 快捷键说明

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