alinaciuysal / OEDA

Apache License 2.0
1 stars 1 forks source link

Acquisition function for mlr MBO & skopt #26

Closed alinaciuysal closed 6 years ago

alinaciuysal commented 6 years ago

User should be able to determine acquisition function for respective execution strategies.

from mlr MBO documentation: setMBOControlInfill(): It is recommended to set the infill criterion. For learners that support "predict.type=se", the Confidence Bound "cb" and the Expected Improvement "ei" are a good choice. see: https://mlr-org.github.io/mlrMBO/reference/infillcrits.html

from skopt documentation:

alinaciuysal commented 6 years ago

implemented here