KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.simopt.solvers.algorithms.pso
/
ConstantInertia
/
ConstantInertia
Constant
Inertia
constructor
(
initialInertia
:
Double
=
ParticleSwarmSolver.defaultInitialInertia
)
(
source
)
Parameters
initial
Inertia
the (constant) inertia weight. Defaults to
ParticleSwarmSolver.defaultInitialInertia
.