|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math3.optimization.direct.MultivariateFunctionMappingAdapter.LowerUpperBoundMapper
private static class MultivariateFunctionMappingAdapter.LowerUpperBoundMapper
Local class for lower and bounds mapping.
| Field Summary | |
|---|---|
private UnivariateFunction |
boundingFunction
Function from unbounded to bounded. |
private UnivariateFunction |
unboundingFunction
Function from bounded to unbounded. |
| Constructor Summary | |
|---|---|
MultivariateFunctionMappingAdapter.LowerUpperBoundMapper(double lower,
double upper)
Simple constructor. |
|
| Method Summary | |
|---|---|
double |
boundedToUnbounded(double x)
Map a value from bounded to unbounded. |
double |
unboundedToBounded(double y)
Map a value from unbounded to bounded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final UnivariateFunction boundingFunction
private final UnivariateFunction unboundingFunction
| Constructor Detail |
|---|
public MultivariateFunctionMappingAdapter.LowerUpperBoundMapper(double lower,
double upper)
lower - lower boundupper - upper bound| Method Detail |
|---|
public double unboundedToBounded(double y)
unboundedToBounded in interface MultivariateFunctionMappingAdapter.Mappery - unbounded value
public double boundedToUnbounded(double x)
boundedToUnbounded in interface MultivariateFunctionMappingAdapter.Mapperx - bounded value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||