Constant Inertia
class ConstantInertia(initialInertia: Double = ParticleSwarmSolver.defaultInitialInertia) : InertiaWeightSchedule(source)
A constant inertia-weight schedule: the inertia weight is the same at every iteration.
Parameters
initial Inertia
the (constant) inertia weight. Defaults to ParticleSwarmSolver.defaultInitialInertia.