Back to home page

EIC code displayed by LXR

 
 

    


Warning, /AID2E-framework/examples/basic/ax_dtlz2_config.json is written in an unsupported language. File is not indexed.

0001 {
0002   "name": "DTLZ2 Multi-Objective Bayesian Optimization",
0003   "description": "DTLZ2 benchmark problem with 10 variables and 2 objectives using Ax optimizer",
0004   "optimizer": {
0005     "name": "ax",
0006     "type": "Bayesian",
0007     "parameters": {
0008       "initialization_strategy": "sobol",
0009       "generator": "BOTORCH_MODULAR",
0010       "n_initial_samples": 10,
0011       "batch_size": 3,
0012       "seed": 42
0013     }
0014   },
0015   "objectives": [
0016     "f1",
0017     "f2"
0018   ],
0019   "n_iterations": 30,
0020   "n_initial_samples": 10,
0021   "parallel_evaluations": 3,
0022   "parameters": {
0023     "x1": {"bounds": [0.0, 1.0]},
0024     "x2": {"bounds": [0.0, 1.0]},
0025     "x3": {"bounds": [0.0, 1.0]},
0026     "x4": {"bounds": [0.0, 1.0]},
0027     "x5": {"bounds": [0.0, 1.0]},
0028     "x6": {"bounds": [0.0, 1.0]},
0029     "x7": {"bounds": [0.0, 1.0]},
0030     "x8": {"bounds": [0.0, 1.0]},
0031     "x9": {"bounds": [0.0, 1.0]},
0032     "x10": {"bounds": [0.0, 1.0]}
0033   }
0034 }