feat(ai): adjust the fitness calculations

This commit is contained in:
Kristofers Solo
2024-01-05 19:54:19 +02:00
parent 7fd44f2834
commit cf952c4c12
10 changed files with 74 additions and 56 deletions

4
config
View File

@@ -6,9 +6,9 @@ reset_on_extinction = False
[DefaultGenome]
# node activation options
activation_default = relu
activation_default = identity
activation_mutate_rate = 0.0
activation_options = relu
activation_options = identity
# node aggregation options
aggregation_default = sum