Uses of Interface
xal.extension.solver.solutionjudge.SolutionJudgeListener
Packages that use SolutionJudgeListener
Package
Description
-
Uses of SolutionJudgeListener in xal.extension.solver
Classes in xal.extension.solver that implement SolutionJudgeListenerModifier 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. -
Uses of SolutionJudgeListener in xal.extension.solver.algorithm
Classes in xal.extension.solver.algorithm that implement SolutionJudgeListenerModifier 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 SolutionJudgeListener in xal.extension.solver.market
Classes in xal.extension.solver.market that implement SolutionJudgeListenerModifier and TypeClassDescriptionclassAlgorithmMarket keeps track of algorithms. -
Uses of SolutionJudgeListener in xal.extension.solver.solutionjudge
Fields in xal.extension.solver.solutionjudge declared as SolutionJudgeListenerModifier and TypeFieldDescriptionprotected SolutionJudgeListenerSolutionJudge.eventProxyproxy which forwards events to registered listenersMethods in xal.extension.solver.solutionjudge with parameters of type SolutionJudgeListenerModifier and TypeMethodDescriptionvoidSolutionJudge.addSolutionJudgeListener(SolutionJudgeListener aListener) Add a solution judge listener.voidSolutionJudge.removeSolutionJudgeListener(SolutionJudgeListener aListener) Remove a solution judge listener.