issues
search
Resch-Said
/
yane
Yet Another Neuro Evolution
MIT License
0
stars
0
forks
source link
Create a config file to initialize the neural network instead of having to set everything in the code.
#4
Closed
Resch-Said
closed
1 year ago
Resch-Said
commented
1 year ago
File name:
config.json.
[ ]
tick_cycles: 60
[ ]
auto_tick_rate: false
[ ]
auto_tick_rate_fitness_threshold: 0
[ ]
force_output_if_tick_rate_expired: true
[ ] allow_early_output: true
[ ] clear_on_new_input: false
[ ] fire_rate: [1, 10]
[ ] fire_rate_shift: [1, 1]
[ ] weight_shift: [0.01, 0.1]
[ ] activation_functions: [Tanh, ReLU, Sigmoid, Binary, Linear]
[ ] binary_threshold: 0.5
[ ] mutation_connection: 0.1
[ ] mutation_neuron: 0.1
[ ] mutation_weight: 0.1
[ ] mutation_fire_rate: 0.1
[ ] mutation_activation_function: 0.1
File name:
config.json.
tick_cycles: 60auto_tick_rate: falseauto_tick_rate_fitness_threshold: 0force_output_if_tick_rate_expired: true