-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocker_config.json
58 lines (58 loc) · 1.31 KB
/
docker_config.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"compile_config": {
"import_stmts": [],
"packages": [
"base",
"process",
"check-helpers",
"QuickCheck"
],
"mod_base": [],
"additional_targets": [],
"hole_lvl": 0,
"hole_depth": 1,
"unfold_tasty_tests": true,
"temp_dir_base": "./fake_targets",
"par_checks": true,
"randomize_hpc_dir": true,
"randomize_hi_dir": true,
"use_interpreted": true,
"timeout": 1000000,
"precompute_fixes": true,
"keep_looping_fixes": false,
"allow_function_fits": true,
"exclude_targets": [],
"extend_defaults": false,
"filter_incorrect_fixes": true
},
"output_config": {
"locale": null,
"directory": "/output/output-patches-",
"overwrite": false,
"save_patches": true
},
"search_algorithm": {
"tag": "Genetic",
"contents": {
"mutation_rate": 0.3,
"crossover_rate": 0.4,
"iterations": 50,
"population_size": 64,
"timeout_in_seconds": 300,
"stop_on_results": false,
"elitism_rate": 1,
"drop_rate": 0.25,
"max_fix_size_step": 1,
"try_minimize_fixes": false,
"replace_winners": true,
"use_parallel_map": true
}
},
"log_config": {
"log_loc": false,
"log_level": "WARN",
"log_timestamp": true,
"log_file": null
},
"random_seed": 42
}