Uses of Interface
xal.extension.solver.AlgorithmScheduleListener
Packages that use AlgorithmScheduleListener
-
Uses of AlgorithmScheduleListener in xal.extension.solver
Classes in xal.extension.solver that implement AlgorithmScheduleListenerModifier and TypeClassDescriptionclass
AlgorithmPool keeps track of the available algorithms.final class
Scoreboard maintains the status of the solver including the clock and the best solution found so far.Methods in xal.extension.solver with parameters of type AlgorithmScheduleListenerModifier and TypeMethodDescriptionvoid
AlgorithmSchedule.addAlgorithmScheduleListener
(AlgorithmScheduleListener aListener) Add an algorithm schedule listener.void
AlgorithmSchedule.removeAlgorithmScheduleListener
(AlgorithmScheduleListener aListener) Remove an algorithm schedule listener. -
Uses of AlgorithmScheduleListener in xal.extension.solver.algorithm
Classes in xal.extension.solver.algorithm that implement AlgorithmScheduleListenerModifier and TypeClassDescriptionclass
Based on the acceleration-step of Forsythe and Motzkinclass
InitialAlgorithmclass
RandomSearch returns a random trial point that lies within the bounds specified by the variables.class
RandomSearchAlgorithm looks for points bounded by the specified variable limits.class
Abstract super class for an optimization search algorithm.class
Simplex optimization search algorithm. -
Uses of AlgorithmScheduleListener in xal.extension.solver.market
Classes in xal.extension.solver.market that implement AlgorithmScheduleListenerModifier and TypeClassDescriptionclass
AlgorithmMarket keeps track of algorithms.