|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.PenaltyFunction
public abstract class PenaltyFunction
A function P: Rn -> R is a penalty function for a constrained optimization problem if it has these properties.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
PenaltyFunction()
|
|
| Method Summary | |
|---|---|
int |
dimensionOfRange()
Get the dimension of the range space of the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
dimensionOfDomain, evaluate |
| Constructor Detail |
|---|
public PenaltyFunction()
| Method Detail |
|---|
public int dimensionOfRange()
Function
dimensionOfRange in interface Function<Vector,java.lang.Double>
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||