Releases: PdIPS/CBXpy
Releases · PdIPS/CBXpy
CBX 0.1.6
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
The main updates in this release:
- allow multi-dimensional input spaces. Particles are stile of size
(M,N,d)
butd
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
andcompute_consensus
function - Added proper implementation of effective step size scheduler
Initial Release
The first release of CBXPy provides the basic functionality and structure of the packages.