From 3572539b743161067ffc6fa6e7466f4d2fd4f486 Mon Sep 17 00:00:00 2001 From: Brett Date: Sat, 31 Aug 2024 00:10:25 -0400 Subject: [PATCH] silly2 --- include/blt/gp/transformers.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/blt/gp/transformers.h b/include/blt/gp/transformers.h index e004afa..e1a229d 100644 --- a/include/blt/gp/transformers.h +++ b/include/blt/gp/transformers.h @@ -170,11 +170,11 @@ namespace blt::gp double per_node_mutation_chance = 5.0; static constexpr std::array mutation_operator_chances = detail::aggregate_array( - 0.1, // EXPRESSION - 0.25, // ADJUST + 0.25, // EXPRESSION + 0.15, // ADJUST 0.01, // SUB_FUNC - 0.25, // JUMP_FUNC - 0.12 // COPY + 0.01, // JUMP_FUNC + 0.05 // COPY ); };