Uses of Class
pulse.search.direction.IterativeState
-
Packages that use IterativeState Package Description pulse.search pulse.search.direction Provides a list ofPathSolvers and associated classes, which are used to determine the direction of the minimum of a specificSearchTaskusing 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 IterativeStateGeneralTask. getBestState()IterativeStateGeneralTask. getIterativeState()Methods in pulse.search with parameters of type IterativeState Modifier and Type Method Description voidGeneralTask. setIterativeState(IterativeState state) -
Uses of IterativeState in pulse.search.direction
Subclasses of IterativeState in pulse.search.direction Modifier and Type Class Description classComplexPathA more complex version ofPath, which in addition to other variables stores the Hessian matrix at the current step.classGradientGuidedPathAPathstores 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 IterativeStatePathOptimiser. initState(GeneralTask t)Creates a newPathsuitable for thisPathSolverConstructors 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 classSwarmStateMethods in pulse.search.direction.pso that return IterativeState Modifier and Type Method Description IterativeStateParticleSwarmOptimiser. initState(GeneralTask t)
-