dev-func-drop
Brett 2025-01-21 01:29:04 -05:00
parent fa07017299
commit 100a4bfd39
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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};