File size: 373 Bytes
c289d87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"strategy": "multifidelity_adaptive_rdock",
"fidelity_levels": [5, 10, 15, 30, 50],
"cost_budget_runs": 12500,
"promotion_fraction": 0.5,
"min_per_cluster": 1,
"max_per_cluster": 50,
"outlier_intra_z_threshold": 3.0,
"score_component_filter": "warn",
"final_fidelity_only_hits": true,
"jobs": "auto",
"cpu_fraction": 0.85,
"checkpoint_every": 1
}
|