Uses of Class
pulse.search.direction.IterativeState
-
Packages that use IterativeState Package Description pulse.search pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach.pulse.search.direction.pso -
-
Uses of IterativeState in pulse.search
Methods in pulse.search that return IterativeState Modifier and Type Method Description IterativeState
GeneralTask. getBestState()
IterativeState
GeneralTask. getIterativeState()
Methods in pulse.search with parameters of type IterativeState Modifier and Type Method Description void
GeneralTask. setIterativeState(IterativeState state)
-
Uses of IterativeState in pulse.search.direction
Subclasses of IterativeState in pulse.search.direction Modifier and Type Class Description class
ComplexPath
A more complex version ofPath
, which in addition to other variables stores the Hessian matrix at the current step.class
GradientGuidedPath
APath
stores information relevant to the selectedPathSolver
, which is related to a specificSearchTask
.Methods in pulse.search.direction that return IterativeState Modifier and Type Method Description abstract IterativeState
PathOptimiser. initState(GeneralTask t)
Creates a newPath
suitable for thisPathSolver
Constructors in pulse.search.direction with parameters of type IterativeState Constructor Description IterativeState(IterativeState other)
Stores the parameter vector and cost function value associated with the specified state. -
Uses of IterativeState in pulse.search.direction.pso
Subclasses of IterativeState in pulse.search.direction.pso Modifier and Type Class Description class
SwarmState
Methods in pulse.search.direction.pso that return IterativeState Modifier and Type Method Description IterativeState
ParticleSwarmOptimiser. initState(GeneralTask t)
-