From 2a2d1412b6197a5c319eb211fae5dc062e0c974d Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 5 Jan 2024 21:13:30 +0200 Subject: [PATCH] adjust config --- config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config b/config index 55ad4f7..7bee74d 100644 --- a/config +++ b/config @@ -1,14 +1,14 @@ [NEAT] -fitness_criterion = mean -fitness_threshold = 10000 +fitness_criterion = max +fitness_threshold = 0 pop_size = 100 reset_on_extinction = False [DefaultGenome] # node activation options -activation_default = identity +activation_default = relu activation_mutate_rate = 0.0 -activation_options = identity +activation_options = relu # node aggregation options aggregation_default = sum