You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# New algorithms
* Center Particle Swarm Optimization
* Comprehensive Learning Particle Swarm Optimizer
* Opposition Velocity Clamping Particle Swarm Optimization
* Mutated Center Particle Swarm Optimization
* Mutated Center Unified Particle Swarm Optimization
* Mutated Particle Swarm Optimization
# Enhancements
* Now should be possible for all algorithms to set the initialization method.
# Changes
* New interface for algorithms (many algorithms needed a rework)
* New test case for algorithms
* Algorithms got changes based on issue #188
# Solved issues:
* #218
* #185 if it was not before
* #187
* #186
* #188
* #220
As it was proposed in #179, we could add support for PSO binary functionality.
Here is sample implementation by @FlorianShepherd
PR is welcome!
The text was updated successfully, but these errors were encountered: