|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inria.optimization.cmaes.CMASolution
public class CMASolution
solution point in search space. Rather plain implementation of the interface ISolutionPoint.
ISolutionPoint,
Serialized Form| Constructor Summary | |
|---|---|
CMASolution()
|
|
CMASolution(double[] x)
|
|
CMASolution(double[] x,
double fitnessValue,
long evaluation)
|
|
| Method Summary | |
|---|---|
CMASolution |
deepCopy()
|
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 e)
count at what evaluation number the search point x was evaluated |
void |
setFitness(double f)
objective function value (fitness) of the search point x |
void |
setX(double[] x_in)
value of the solution point in search space, the preimage of the objective function to be optimized |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMASolution()
public CMASolution(double[] x,
double fitnessValue,
long evaluation)
public CMASolution(double[] x)
| Method Detail |
|---|
public CMASolution deepCopy()
public double getFitness()
ISolutionPoint
getFitness in interface ISolutionPointpublic long getEvaluationNumber()
ISolutionPoint
getEvaluationNumber in interface ISolutionPointpublic double[] getX()
ISolutionPoint
getX in interface ISolutionPointpublic void setFitness(double f)
ISolutionPoint
setFitness in interface ISolutionPointpublic void setEvaluationNumber(long e)
ISolutionPoint
setEvaluationNumber in interface ISolutionPointpublic void setX(double[] x_in)
ISolutionPoint
setX in interface ISolutionPoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||