Package xal.extension.solver
Interface ScoreBoardListener
public interface ScoreBoardListener
ScoreBoardListener
- Since:
- Oct 06, 2004
- Author:
- tap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
newOptimalSolution
(ScoreBoard scoreboard, Trial trial) A new optimal solution has been foundvoid
trialScored
(ScoreBoard scoreboard, Trial trial) Indicates that a trial was scoredvoid
trialVetoed
(ScoreBoard scoreboard, Trial trial) Indicates that a trial was vetoed
-
Method Details
-
trialScored
Indicates that a trial was scored -
trialVetoed
Indicates that a trial was vetoed -
newOptimalSolution
A new optimal solution has been found
-