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 TypeClassDescriptionclassAlgorithmPool keeps track of the available algorithms.final classScoreboard 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 TypeMethodDescriptionvoidAlgorithmSchedule.addAlgorithmScheduleListener(AlgorithmScheduleListener aListener) Add an algorithm schedule listener.voidAlgorithmSchedule.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 TypeClassDescriptionclassBased on the acceleration-step of Forsythe and MotzkinclassInitialAlgorithmclassRandomSearch returns a random trial point that lies within the bounds specified by the variables.classRandomSearchAlgorithm looks for points bounded by the specified variable limits.classAbstract super class for an optimization search algorithm.classSimplex optimization search algorithm. -
Uses of AlgorithmScheduleListener in xal.extension.solver.market
Classes in xal.extension.solver.market that implement AlgorithmScheduleListenerModifier and TypeClassDescriptionclassAlgorithmMarket keeps track of algorithms.