Implemented UnusedFunctionArgumentPruner

This commit is contained in:
Harikrishnan Mulackal
2020-09-03 13:15:38 +02:00
parent 767d06b297
commit e2fd41f097
11 changed files with 309 additions and 4 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ BOOST_AUTO_TEST_CASE(output_operator_should_create_concise_and_unambiguous_strin
BOOST_TEST(chromosome.length() == allSteps.size());
BOOST_TEST(chromosome.optimisationSteps() == allSteps);
BOOST_TEST(toString(chromosome) == "flcCUnDvejsxIOoighTLMrmVatud");
BOOST_TEST(toString(chromosome) == "flcCUnDvejsxIOoighTLMrmVatpud");
}
BOOST_AUTO_TEST_CASE(randomOptimisationStep_should_return_each_step_with_same_probability)