clarafiy comment

main
Brett 2025-04-02 21:09:18 -04:00
parent abb4cc26a4
commit a742164bed
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ macro(compile_options target_name)
sanitizers(${target_name})
endmacro()
project(blt-gp VERSION 0.4.3)
project(blt-gp VERSION 0.4.4)
include(CTest)

View File

@ -410,7 +410,7 @@ namespace blt::gp
*
* Container must be concurrently accessible from multiple threads using operator[]
*
* NOTE: 0 is considered the best, in terms of standardized fitness
* NOTE: the larger the adjusted fitness, the better.
*/
template <typename FitnessFunc, typename Crossover, typename Mutation, typename Reproduction>
void setup_generational_evaluation(FitnessFunc& fitness_function, Crossover& crossover_selection, Mutation& mutation_selection,