Uses of Class
xal.extension.solver.ScoreBoard
Packages that use ScoreBoard
-
Uses of ScoreBoard in xal.extension.solver
Fields in xal.extension.solver declared as ScoreBoardModifier and TypeFieldDescriptionprotected ScoreBoard
Solver.scoreboard
The score board for keeping track of the solver statusMethods in xal.extension.solver that return ScoreBoardModifier and TypeMethodDescriptionAlgorithmSchedule.getScoreBoard()
get the score boardSolver.getScoreBoard()
Get the scoreboard that shows the present state of solving.Methods in xal.extension.solver with parameters of type ScoreBoardModifier and TypeMethodDescriptionvoid
AlgorithmPool.algorithmRunExecuted
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack has completed.void
AlgorithmScheduleListener.algorithmRunExecuted
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack has completed.void
ScoreBoard.algorithmRunExecuted
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack has completed.void
AlgorithmPool.algorithmRunWillExecute
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack will start.void
AlgorithmScheduleListener.algorithmRunWillExecute
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack will start.void
ScoreBoard.algorithmRunWillExecute
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack will start.void
ScoreBoardListener.newOptimalSolution
(ScoreBoard scoreboard, Trial trial) A new optimal solution has been foundvoid
ScoreBoardListener.trialScored
(ScoreBoard scoreboard, Trial trial) Indicates that a trial was scoredvoid
ScoreBoardListener.trialVetoed
(ScoreBoard scoreboard, Trial trial) Indicates that a trial was vetoed -
Uses of ScoreBoard in xal.extension.solver.algorithm
Methods in xal.extension.solver.algorithm with parameters of type ScoreBoardModifier and TypeMethodDescriptionvoid
SearchAlgorithm.algorithmRunExecuted
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack has completed.void
SearchAlgorithm.algorithmRunWillExecute
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack will start.final void
SearchAlgorithm.executeRun
(AlgorithmSchedule schedule, ScoreBoard scoreboard) Execute an algorithm run (typically many evaluations up to those proposed) -
Uses of ScoreBoard in xal.extension.solver.market
Methods in xal.extension.solver.market with parameters of type ScoreBoardModifier and TypeMethodDescriptionvoid
AlgorithmMarket.algorithmRunExecuted
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack has completed.void
AlgorithmMarket.algorithmRunWillExecute
(AlgorithmSchedule schedule, SearchAlgorithm algorithm, ScoreBoard scoreBoard) Handle an event where a new algorithm run stack will start.