|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISolutionPoint
solution point in search space, single-objective case
| Method Summary | |
|---|---|
long |
getEvaluationNumber()
count at what evaluation number the search point x was evaluated |
double |
getFitness()
objective function value (fitness) of the search point x |
double[] |
getX()
value of the point in search space, that is in the preimage of the objective function to be optimized |
void |
setEvaluationNumber(long evaluation)
count at what evaluation number the search point x was evaluated |
void |
setFitness(double fitness)
objective function value (fitness) of the search point x |
void |
setX(double[] x)
value of the solution point in search space, the preimage of the objective function to be optimized |
| Method Detail |
|---|
double getFitness()
long getEvaluationNumber()
double[] getX()
void setFitness(double fitness)
void setEvaluationNumber(long evaluation)
void setX(double[] x)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||