Skip to content

Releases: xopt-org/Xopt

Xopt v0.5.0

10 Oct 00:49
Compare
Choose a tag to compare

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

Xopt version 0.4.3

01 Apr 21:45
Compare
Choose a tag to compare

Added a Numpy encoder when dumping to JSON, so that arrays and Numpy types can be cast without error.

Xopt Version 0.4.2

01 Apr 20:20
Compare
Choose a tag to compare

Minor bug fix to allow empty constraints, constants.

Version 0.4.0

23 Apr 16:30
Compare
Choose a tag to compare
v0.4.0

Added version, checked examples.

Generalized algorithm and simulation specification.

25 Jan 23:55
Compare
Choose a tag to compare

test 2, without examples

09 Jan 22:26
Compare
Choose a tag to compare
Pre-release
v0.1.1-alpha

ignore examples

First release for Conda-forge

09 Jan 23:22
Compare
Choose a tag to compare
v0.1.0

ignore examples

Alpha test

09 Jan 22:09
Compare
Choose a tag to compare
Alpha test Pre-release
Pre-release
v0.1.0-alpha

cleaning up for conda