|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BoundConstrainedProblem
Methods that a bound-constrained problem must support. Note that some
convenience methods are left out. For instance, a isFeasible() method
may be useful, but the idea is that this interface is going to be used
primarily by other classes for problem, and only occasionally directly by a
user. Note: objectives are to be minimized.
| Method Summary | |
|---|---|
double[] |
getConstraintViolations(double[] x)
Returns the bound-constraint violations for a given input. |
void |
setBounds(Hypercube bounds)
Sets the bounds for this problem. |
| Methods inherited from interface problem.OptimizationProblem |
|---|
getBounds, getInputDimension, getObjective, getOutputDimension, init, makeDataBlock, makeDataPoint, setObjective |
| Method Detail |
|---|
double[] getConstraintViolations(double[] x)
x - the given input.
void setBounds(Hypercube bounds)
bounds - the given bounds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||