forked from GuilhermeCaeiro/trabmh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiment_setup.json
More file actions
43 lines (43 loc) · 1.39 KB
/
experiment_setup.json
File metadata and controls
43 lines (43 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"instance_dir": "instances",
"instances": [
"Instance_40_1.mat"
],
"known_results_dir": "known_results",
"results_dir": "results",
"plots_dir": "plots",
"ignore_experiments_already_executed": false,
"generate_plots": true,
"seed": 0,
"num_processes": 1,
"silent": true,
"s_values": [],
"max_generations": [20000],
"max_generations_without_change": 10000,
"max_time": 3600,
"max_time_without_change": 1800,
"population_size": [30],
"encoding_method": ["permutation"],
"initialization_method": ["biasedweighted"],
"selection_method": ["roulette"],
"mutation_method": ["singleexchange"],
"self_mutation": [false],
"crossover_method": ["opx"],
"parent_selection_method": ["fullyrandom"],
"mutation_probability": [0.1],
"crossover_probability": [0.9],
"perform_assexual_crossover": [false],
"perform_path_relinking": [false],
"elite_size": [0.3],
"offspring_size": [0.4],
"avoid_clones": false,
"time_until_adapt": [0.5],
"generations_until_adapt": [10],
"perform_lagrangian": [false],
"perform_adaptation": [true],
"perform_local_search": [false],
"max_time_local_search": [100],
"local_search_method": ["LSBI"],
"thats_all_folks": "Thank you for using the GA framework!",
"thats_what_she_said": "Scott, Michael"
}