|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.BasicScalarFunction
function.VariableDomainScalarFunction
diviner.BasicBoundConstrainedDiviner
diviner.BasicInequalityConstrainedDiviner
public abstract class BasicInequalityConstrainedDiviner
Basic diviner for inequality-constrained problems.
| Field Summary |
|---|
| Fields inherited from class function.BasicScalarFunction |
|---|
DEFAULT_BOUNDS, DEFAULT_DIM, VALUE_OUTSIDE_BOUNDS |
| Constructor Summary | |
|---|---|
BasicInequalityConstrainedDiviner()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList<ApproxModel> |
getConstraintModels()
Returns the list of models of constraints. |
void |
setConstraintModels(java.util.ArrayList<ApproxModel> approxModels)
Sets the list of constraint models. |
| Methods inherited from class diviner.BasicBoundConstrainedDiviner |
|---|
getObjectiveModel, init, setObjectiveModel |
| Methods inherited from class function.VariableDomainScalarFunction |
|---|
getBounds, getInputDimension, setBounds, setInputDimension |
| Methods inherited from class function.BasicScalarFunction |
|---|
checkDimensions, compute, compute, compute, compute, compute, compute, getOutputDimension, isWithinBounds, makeBounds, quickCompute, quickCompute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface diviner.BoundConstrainedDiviner |
|---|
getObjectiveModel, init, setObjectiveModel |
| Methods inherited from interface function.VariableBounds |
|---|
setBounds |
| Methods inherited from interface function.ScalarFunction |
|---|
compute, compute, compute, compute, quickCompute, quickCompute |
| Methods inherited from interface function.Computable |
|---|
compute, compute, getBounds, getInputDimension, getOutputDimension, isWithinBounds |
| Constructor Detail |
|---|
public BasicInequalityConstrainedDiviner()
| Method Detail |
|---|
public java.util.ArrayList<ApproxModel> getConstraintModels()
InequalityConstrainedDiviner
getConstraintModels in interface InequalityConstrainedDivinerpublic void setConstraintModels(java.util.ArrayList<ApproxModel> approxModels)
InequalityConstrainedDiviner
setConstraintModels in interface InequalityConstrainedDivinerapproxModels - the given list of constraint models.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||