-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquadratic_single_node.json
More file actions
39 lines (39 loc) · 954 Bytes
/
Copy pathquadratic_single_node.json
File metadata and controls
39 lines (39 loc) · 954 Bytes
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
{
"host": "0.0.0.0",
"port": 8470,
"data_dir": "./doin-data-single",
"bootstrap_peers": [],
"target_block_time": 60,
"quorum_min_evaluators": 1,
"quorum_fraction": 0.67,
"quorum_tolerance": 0.1,
"optimizer_loop_interval": 15,
"eval_poll_interval": 5,
"storage_backend": "json",
"network_protocol": "flooding",
"discovery_enabled": false,
"fee_market_enabled": false,
"domains": [
{
"domain_id": "quadratic",
"optimize": true,
"evaluate": true,
"optimization_plugin": "simple_quadratic",
"inference_plugin": "simple_quadratic",
"synthetic_data_plugin": "simple_quadratic",
"has_synthetic_data": true,
"target_performance": -100.0,
"optimization_config": {
"n_params": 10,
"step_size": 0.5
},
"param_bounds": {
"x": [
-20.0,
20.0
]
}
}
],
"experiment_stats_file": "./experiment_stats.csv"
}