|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectiveFunction
Minimalistic interface of a single-objective function (fitness function) to be minimized.
Method Summary | |
---|---|
boolean |
isFeasible(double[] x)
|
double |
valueOf(double[] x)
|
Method Detail |
---|
double valueOf(double[] x)
x
- a point (candidate solution) in the pre-image of the objective function
boolean isFeasible(double[] x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |