HIPS / Spearmint

Spearmint Bayesian optimization codebase
Other
1.55k stars 328 forks source link

what does the "size" mean in the config.json? #75

Closed hzhangxyz closed 8 years ago

hzhangxyz commented 8 years ago
...
    "variables" : {
        "x" : {
            "type" : "FLOAT",
            "size" : 1,
            "min"  : -5,
            "max"  : 10
        },
        "y" : {
...
CarrKnight commented 8 years ago

elements in the array generated, I think.