Several experimental extension methods for PopulationTrainer and ModelReplicator have been implemented. It would be good to move them to the classes and provide unit test coverage
Objectives
[ ] Add setPopulationSizeFixed to PopulationTrainer
[ ] Add setPopulationSizeDoubling to PopulationTrainer
[ ] Add setTrainingStepsByModelSize to PopulationTrainer
[ ] Add setModificationRateByPrevError to ModelReplicator
[ ] Add setModificationRateFixed to ModelReplicator
Description
Several experimental extension methods for
PopulationTrainer
andModelReplicator
have been implemented. It would be good to move them to the classes and provide unit test coverageObjectives
setPopulationSizeFixed
toPopulationTrainer
setPopulationSizeDoubling
toPopulationTrainer
setTrainingStepsByModelSize
toPopulationTrainer
setModificationRateByPrevError
toModelReplicator
setModificationRateFixed
toModelReplicator
PopulationTrainer
ModelReplicator
Validation