Package org.quantlib
Class LogNormalSimulatedAnnealing.ResetScheme
- java.lang.Object
-
- org.quantlib.LogNormalSimulatedAnnealing.ResetScheme
-
- Enclosing class:
- LogNormalSimulatedAnnealing
public static final class LogNormalSimulatedAnnealing.ResetScheme extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static LogNormalSimulatedAnnealing.ResetSchemeNoResetSchemestatic LogNormalSimulatedAnnealing.ResetSchemeResetToBestPointstatic LogNormalSimulatedAnnealing.ResetSchemeResetToOrigin
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogNormalSimulatedAnnealing.ResetSchemeswigToEnum(int swigValue)intswigValue()StringtoString()
-
-
-
Field Detail
-
NoResetScheme
public static final LogNormalSimulatedAnnealing.ResetScheme NoResetScheme
-
ResetToBestPoint
public static final LogNormalSimulatedAnnealing.ResetScheme ResetToBestPoint
-
ResetToOrigin
public static final LogNormalSimulatedAnnealing.ResetScheme ResetToOrigin
-
-
Method Detail
-
swigValue
public final int swigValue()
-
swigToEnum
public static LogNormalSimulatedAnnealing.ResetScheme swigToEnum(int swigValue)
-
-