Skip to content

Releases: SciML/ParallelParticleSwarms.jl

v1.0.0

09 Mar 14:14
774ed07

Choose a tag to compare

ParallelParticleSwarms v1.0.0

Diff since v0.1.0

Breaking changes

  • No major API change, but major changes to underlying dependencies

Merged pull requests:

Closed issues:

  • Version bumps (#66)
  • Version bump to 0.2.0 needed for release (#72)

v0.1.0

04 Apr 23:36
404b8d1

Choose a tag to compare

ParallelParticleSwarms v0.1.0

Merged pull requests:

Closed issues:

  • Asynchronous Particle Swarm (#2)
  • Resolve race condition in synchronous Particle Swarm (#3)
  • Parallel-reduce Particle Swarm (#5)
  • Connections of PSO with Multi-start optimization algorithms (#7)
  • Use extensions for different backends (#10)
  • Implement initialization of particles when upper and lower bounds are not given (#11)
  • Explore quasi-monte carlo initialization (#13)