|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiObjectiveProblem
Interface for multi-objective problems.
| Method Summary | |
|---|---|
int |
getObjectiveCount()
Returns the number of objectives. |
VectorFunction |
getVectorFunction()
Returns the vector function for computing the multiple objectives. |
void |
setVectorFunction(VectorFunction vectorFunction)
Sets the vector function to be used for multiple objectives. |
| Methods inherited from interface problem.BoundConstrainedProblem |
|---|
getConstraintViolations, setBounds |
| Methods inherited from interface problem.OptimizationProblem |
|---|
getBounds, getInputDimension, getObjective, getOutputDimension, init, makeDataBlock, makeDataPoint, setObjective |
| Method Detail |
|---|
void setVectorFunction(VectorFunction vectorFunction)
vectorFunction - VectorFunction getVectorFunction()
int getObjectiveCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||