small
parent
fa07017299
commit
100a4bfd39
|
@ -27,7 +27,7 @@ macro(compile_options target_name)
|
|||
sanitizers(${target_name})
|
||||
endmacro()
|
||||
|
||||
project(blt-gp VERSION 0.3.27)
|
||||
project(blt-gp VERSION 0.3.28)
|
||||
|
||||
include(CTest)
|
||||
|
||||
|
|
|
@ -83,8 +83,8 @@ prog_config_t config = prog_config_t()
|
|||
.set_mutation_chance(0.0)
|
||||
.set_reproduction_chance(0.1)
|
||||
.set_max_generations(50)
|
||||
.set_pop_size(50)
|
||||
.set_thread_count(1);
|
||||
.set_pop_size(500)
|
||||
.set_thread_count(0);
|
||||
|
||||
|
||||
example::symbolic_regression_t regression{691ul, config};
|
||||
|
|
Loading…
Reference in New Issue