test on single thread

thread
Brett 2024-08-17 20:07:18 -04:00
parent 58b3ed02c3
commit a8b81bc7a6
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(blt-gp VERSION 0.1.5)
project(blt-gp VERSION 0.1.6)
include(CTest)

View File

@ -40,7 +40,7 @@ blt::gp::prog_config_t config = blt::gp::prog_config_t()
.set_reproduction_chance(0)
.set_max_generations(50)
.set_pop_size(500)
.set_thread_count(0);
.set_thread_count(1);
blt::gp::type_provider type_system;
blt::gp::gp_program program{type_system, SEED, config};

@ -1 +1 @@
Subproject commit 941aa6809c92f05c64ca6624d5898958cfac496d
Subproject commit 97990401e2332276b5397060a3ccaf19f07fb999