public abstract class PenaltyFunction extends java.lang.Object implements RealScalarFunction
Function.EvaluationException| Constructor and Description |
|---|
PenaltyFunction() |
| Modifier and Type | Method and Description |
|---|---|
int |
dimensionOfRange()
Get the dimension of the range space of the function.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimensionOfDomain, evaluatepublic int dimensionOfRange()
FunctiondimensionOfRange in interface Function<Vector,java.lang.Double>