nloptd ~master (2021-10-24T02:52:03.0044989)
Dub
Repo
Opt.getOptRaw
nloptd
Opt
Gets raw opt object
Equivalent in C API: nlopt_opt
struct
Opt
nlopt_opt
getOptRaw
(
)
Return Value
Type:
nlopt_opt
The private nlopt_opt object
Meta
Source
See Implementation
nloptd
Opt
constructors
this
destructors
~this
functions
addEqualityConstraint
addEqualityMConstraint
addInequalityConstraint
addInequalityMConstraint
addPrecondEqualityConstraint
addPrecondInequalityConstraint
copy
create
forceStop
getAlgorithm
getAlgorithmRaw
getDimension
getFTolAbs
getFTolRel
getForceStop
getInitialStep
getLowerBounds
getMaxeval
getMaxtime
getOptRaw
getPopulation
getResult
getResultRaw
getStopval
getUpperBounds
getVectorStorage
getXTolAbs
getXTolRel
optimize
processResult
removeEqualityConstraints
removeInequalityConstraints
setDefaultInitialStep
setFTolAbs
setFTolRel
setForceStop
setInitialStep
setLocalOptimizer
setLowerBounds
setMaxObjective
setMaxeval
setMaxtime
setMinObjective
setPopulation
setPrecondMaxObjective
setPrecondMinObjective
setStopval
setUpperBounds
setVectorStorage
setXTolAbs
setXTolRel
srand
srandTime
Gets raw opt object
Equivalent in C API: nlopt_opt