Package xal.extension.solver
Interface ScoreBoardListener
public interface ScoreBoardListener
ScoreBoardListener
- Since:
- Oct 06, 2004
- Author:
- tap
-
Method Summary
Modifier and TypeMethodDescriptionvoidnewOptimalSolution(ScoreBoard scoreboard, Trial trial) A new optimal solution has been foundvoidtrialScored(ScoreBoard scoreboard, Trial trial) Indicates that a trial was scoredvoidtrialVetoed(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
-