Uses of Package
pulse.search.direction
-
Packages that use pulse.search.direction 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 -
Classes in pulse.search.direction used by pulse.search Class Description IterativeState PathOptimiser An abstract class that defines the mathematical basis of solving the reverse heat conduction problem. -
Classes in pulse.search.direction used by pulse.search.direction Class Description BFGSOptimiser The 'advanced'PathSolverimplementing the variable-metric (quasi-Newton) search method.ComplexPath A more complex version ofPath, which in addition to other variables stores the Hessian matrix at the current step.CompositePathOptimiser DirectionSolver GradientBasedOptimiser GradientGuidedPath APathstores information relevant to the selectedPathSolver, which is related to a specificSearchTask.IterativeState LMOptimiser Given an objective function equal to the sum of squared residuals, iteratively approaches the minimum of this function by applying the Levenberg-Marquardt formulas.PathOptimiser An abstract class that defines the mathematical basis of solving the reverse heat conduction problem.SR1Optimiser SteepestDescentOptimiser The simplest possiblePathSolver, which assumes that the minimum direction coincides with the inverted gradient. -
Classes in pulse.search.direction used by pulse.search.direction.pso Class Description IterativeState PathOptimiser An abstract class that defines the mathematical basis of solving the reverse heat conduction problem.