13 lines
146 B
INI
13 lines
146 B
INI
[basic]
|
|
activate_times = 5
|
|
fitness_threshold = 4
|
|
|
|
[population]
|
|
pop_size = 1000
|
|
|
|
[neat]
|
|
network_type = "recurrent"
|
|
num_inputs = 4
|
|
num_outputs = 1
|
|
|