mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
adjust config
This commit is contained in:
parent
599f456c46
commit
2a2d1412b6
8
config
8
config
@ -1,14 +1,14 @@
|
|||||||
[NEAT]
|
[NEAT]
|
||||||
fitness_criterion = mean
|
fitness_criterion = max
|
||||||
fitness_threshold = 10000
|
fitness_threshold = 0
|
||||||
pop_size = 100
|
pop_size = 100
|
||||||
reset_on_extinction = False
|
reset_on_extinction = False
|
||||||
|
|
||||||
[DefaultGenome]
|
[DefaultGenome]
|
||||||
# node activation options
|
# node activation options
|
||||||
activation_default = identity
|
activation_default = relu
|
||||||
activation_mutate_rate = 0.0
|
activation_mutate_rate = 0.0
|
||||||
activation_options = identity
|
activation_options = relu
|
||||||
|
|
||||||
# node aggregation options
|
# node aggregation options
|
||||||
aggregation_default = sum
|
aggregation_default = sum
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user