no work only paperclip

shared
Brett 2024-08-18 19:59:40 -04:00
parent 53c2b66780
commit 701995f120
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -39,7 +39,7 @@ blt::gp::prog_config_t config = blt::gp::prog_config_t()
.set_mutation_chance(0.1)
.set_reproduction_chance(0)
.set_max_generations(50)
.set_pop_size(50000)
.set_pop_size(5000)
.set_thread_count(0);
blt::gp::type_provider type_system;
@ -86,6 +86,10 @@ float example_function(float x)
int main()
{
BLT_TRACE("Hello %ld", blt::align_size_to(532, 8));
BLT_TRACE("Align %ld", blt::gp::stack_allocator::aligned_size(532));
return 0;
BLT_INFO("Starting BLT-GP Symbolic Regression Example");
BLT_START_INTERVAL("Symbolic Regression", "Main");
BLT_DEBUG("Setup Fitness cases");

@ -1 +1 @@
Subproject commit 97990401e2332276b5397060a3ccaf19f07fb999
Subproject commit daa9757375c50299ed0866426d11a7d85c3719e6