shared
Brett 2024-08-27 19:57:37 -04:00
parent ac76b3c5df
commit d30ba51820
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -187,7 +187,7 @@ int main(int argc, const char** argv)
op_minor_axis_length, op_eccentricity, op_convex_area, op_extent));
BLT_DEBUG("Generate Initial Population");
auto sel = blt::gp::select_tournament_t{};
auto sel = blt::gp::select_fitness_proportionate_t{};
program.generate_population(type_system.get_type<float>().id(), fitness_function, sel, sel, sel);
BLT_DEBUG("Begin Generation Loop");