Skip to content

Xopt v0.5.0

Compare
Choose a tag to compare
@ChristopherMayes ChristopherMayes released this 10 Oct 00:49

Enhancements

  • added the following Bayesian optimization algorithms (thanks @roussel-ryan)
    • Bayesian optimization
    • Bayesian exploration
    • multi-objective Bayesian optimization
    • multi-fidelity Bayesian optimization #11
  • improved config setting and error handling (thanks @roussel-ryan)
  • added standard python logging

Deprecations

  • verbose options and print functions are being deprecated in favor of logging
  • vocs['templates'] are deprecated. Items there will be moved to simulation['options']

Bug fixes and cleanup

  • fixed experimental compatibility with the latest pymoo #22 (thanks @hhslepicka)
  • handle both None and empty dicts in configuration files #20

Docs

Testing