8000 Releases · xopt-org/Xopt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: xopt-org/Xopt

v2.6.1

10 Apr 12:33
b5a5c96
Compare
Choose a tag to compare

Note:

This PR changes default modeling behavior of Gaussian Process models to be preferential towards noisy objectives. For working in noiseless environments please change generator.gp_constructor.use_low_noise_prior = True. See the Xopt documentation for examples.

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

01 Apr 08:24
5a4b783
Compare
Choose a tag to compare

This release makes major changes to several generator types, including introducing the SequentialGenerator class that serves as a base class for generators that do not allow for data to be added to them from outside the optimization loop. The following generators now inherit from this class:

  • RCDSGenerator
  • ExtremumSeekingGenerator
  • NelderMeadGenerator

Additionally, thanks to @electronsandstuff we also introduce the DeduplicatedGeneratorBase that prevents generators from proposing previously proposed points in parameter space. This has been incorporated into the following generators:

  • CNSGAGenerator
  • NSGA2Generator (new!)

We have also implemented stricter checking of vocs when passed to Xopt generator objects. Passing invalid vocs to generators (e.g. passing vocs with constraints to a generator that cannot account for constraints) will now raise a validation error. Those looking to implement their own generators will now need to explicitly set flags that confirm which types of optimization problems a given generator can handle (see flags in the base generator class).

Finally, thanks to @nikitakuklev for identifying and correcting several important bugs in algorithm logic.

What's Changed

New Contributors

Full Changelog: v2.5.5...v2.6.0

v2.5.5

21 Feb 15:09
f34967e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.4...v2.5.5

v2.5.4

10 Feb 16:56
ba6acb9
Compare
Choose a tag to compare

What's Changed

Major improvements to docstrings throughout

Full Changelog: v2.5.3...v2.5.4

v2.5.3

03 Feb 22:40
25393a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.2...v2.5.3

v2.5.2

31 Jan 15:38
f595564
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

08 Jan 17:13
29b6834
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

08 Jan 16:04
5adecc5
Compare
Choose a tag to compare

What's Changed

Requirement changes

Xopt now requires python >= 3.10.0

Full Changelog: v2.4.5...v2.5.0

v2.4.5

29 Dec 03:11
b6bcd6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.4...v2.4.5

v2.4.4

06 Nov 19:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.4.4

0