swarmkit 0.1.0

Composable particle swarm optimization with nested searches
Documentation
1
2
3
4
5
6
7
//! Concrete [`crate::Searcher`] implementations: [`gbest`] (one swarm-wide
//! attractor), [`lbest`] (per-neighbourhood attractors), [`niched`] (static
//! multi-swarm partition).

pub mod gbest;
pub mod lbest;
pub mod niched;