//! Global topology (gbest): every particle is informed by the global
//! best of the swarm. Fast convergence, higher risk of a local optimum.
use crateSwarm;
use crateTopology;
/// Global topology (gbest): every particle sees the best of the swarm.
;