[yul-phaser] AlgorithmRunner: Duplicate chromosome randomisation

This commit is contained in:
Kamil Śliwak
2020-03-18 13:30:58 +01:00
parent b11eff7c88
commit 18f0d6eb94
4 changed files with 100 additions and 0 deletions
+3
View File
@@ -438,6 +438,9 @@ AlgorithmRunner::Options Phaser::buildAlgorithmRunnerOptions(po::variables_map c
return {
_arguments.count("rounds") > 0 ? static_cast<optional<size_t>>(_arguments["rounds"].as<size_t>()) : nullopt,
_arguments.count("population-autosave") > 0 ? static_cast<optional<string>>(_arguments["population-autosave"].as<string>()) : nullopt,
false,
nullopt,
nullopt,
};
}