Skip to content

mlr3mbo 0.2.7

Compare
Choose a tag to compare
@sumny sumny released this 15 Nov 17:01
· 9 commits to main since this release
d79b9fc
  • refactor: refactored SurrogateLearner and SurrogateLearnerCollection to allow updating on an asynchronous Archive.
  • feat: added experimental OptimizerAsyncMbo, OptimizerADBO, TunerAsyncMbo, and TunerADBO that allow for asynchronous optimization.
  • feat: added AcqFunctionStochasticCB and AcqFunctionStochasticEI that are useful for asynchronous optimization.
  • doc: minor changes to highlight differences between batch and asynchronous objects related to asynchronous support.
  • refactor: AcqFunctions and AcqOptimizer gained a reset() method.