remove broken state from test
parent
0cf5450eb7
commit
99b784835b
|
@ -27,7 +27,7 @@ macro(compile_options target_name)
|
|||
sanitizers(${target_name})
|
||||
endmacro()
|
||||
|
||||
project(blt-gp VERSION 0.3.5)
|
||||
project(blt-gp VERSION 0.3.6)
|
||||
|
||||
include(CTest)
|
||||
|
||||
|
|
|
@ -106,6 +106,8 @@ void do_run()
|
|||
{
|
||||
for (const auto reproduction_chance : reproduction_chances)
|
||||
{
|
||||
if (crossover_chance == 0 && mutation_chance == 0 && reproduction_chance == 0)
|
||||
continue;
|
||||
for (const auto elite_amount : elite_amounts)
|
||||
{
|
||||
for (const auto population_sizes : population_sizes)
|
||||
|
|
Loading…
Reference in New Issue