|
||||||||||
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 FormConstructor 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 ISolutionPoint
public long getEvaluationNumber()
ISolutionPoint
getEvaluationNumber
in interface ISolutionPoint
public double[] getX()
ISolutionPoint
getX
in interface ISolutionPoint
public void setFitness(double f)
ISolutionPoint
setFitness
in interface ISolutionPoint
public void setEvaluationNumber(long e)
ISolutionPoint
setEvaluationNumber
in interface ISolutionPoint
public 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 |