File size: 427 Bytes
6f35956
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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
}