{ | |
"output_base_dir": "./my_neuroevolution_results", | |
"seq_length": 10, | |
"train_samples": 5000, | |
"test_samples": 1000, | |
"pop_size": 80, | |
"generations": 100, | |
"mutation_rate": 0.5, | |
"weight_mut_rate": 0.8, | |
"activation_mut_rate": 0.2, | |
"mutation_strength": 0.1, | |
"tournament_size": 5, | |
"elitism_count": 2, | |
"batch_size": 64, | |
"epochs_final_train": 100, | |
"seed": 123 | |
} |