- java.lang.Object
-
- org.quantlib.OptimizationMethod
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
BFGS,ConjugateGradient,DifferentialEvolution,GaussianSimulatedAnnealing,LevenbergMarquardt,LogNormalSimulatedAnnealing,MirrorGaussianSimulatedAnnealing,Simplex,SteepestDescent
public class OptimizationMethod extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOptimizationMethod(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(OptimizationMethod obj)protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
OptimizationMethod
protected OptimizationMethod(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(OptimizationMethod obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-