Skip to content

Releases: PdIPS/CBXpy

CBX 0.1.6

19 Jun 13:30
Compare
Choose a tag to compare

JOSS Review changes

This release incorporates all changes that were made, within the JOSS review.

Important changes

  • The names of the plotting routines were changed to be consistent with Python naming conventions.
  • Unit test, now check for correctness of optimizers.
  • Minor Bug fixes.

CBX 0.1.5

15 Mar 13:14
Compare
Choose a tag to compare

The main updates in this release:

  • allow multi-dimensional input spaces. Particles are stile of size (M,N,d) but d can be a tuple now.
  • remodeled termination criteria. Allowing termination per run now.
  • Noise models are not part of the CBX class anymore and can be specified as a callable.
  • Exposed norm, normal, copy and compute_consensus function
  • Added proper implementation of effective step size scheduler

Initial Release

13 Oct 13:09
Compare
Choose a tag to compare

The first release of CBXPy provides the basic functionality and structure of the packages.