Skip to content

mlr3mbo 1.1.1

Choose a tag to compare

@be-marc be-marc released this 24 Apr 16:24
  • fix: acqo() now correctly returns the mlr_acqoptimizers dictionary when called with no arguments (#211).
  • fix: AcqFunctionEILog now provides a more informative error message when the surrogate is not configured with the correct output transformation.
  • fix: AcqOptimizerDirect and AcqOptimizerLbfgsb now correctly enforce the max_restarts limit in all cases.
  • fix: SurrogateLearner and SurrogateLearnerCollection now correctly apply their output transformation after imputing running evaluations.