|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.optimization.Solution
Solution is a container of a trial point and its score.
| Field Summary | |
protected double |
score
Deprecated. |
protected TrialPoint |
trialPoint
Deprecated. |
| Constructor Summary | |
Solution(TrialPoint aPoint,
double aScore)
Deprecated. Creates a new instance of Solution |
|
| Method Summary | |
double |
getScore()
Deprecated. Get the solution's score. |
TrialPoint |
getTrialPoint()
Deprecated. Get the trial point used in this solution. |
java.lang.String |
toString()
Deprecated. Provide a string for displaying solutions in a simple way. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected TrialPoint trialPoint
protected double score
| Constructor Detail |
public Solution(TrialPoint aPoint,
double aScore)
| Method Detail |
public TrialPoint getTrialPoint()
public double getScore()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||