Skip to content

CBX 0.1.5

Compare
Choose a tag to compare
@TimRoith TimRoith released this 15 Mar 13:14
· 58 commits to main since this release

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