class NLopt::Solver
- NLopt::Solver
- Reference
- Object
Defined in:
nlopt/nlopt.crConstructors
Instance Method Summary
- #algorithm : Algorithm
- #clone
- #constraints : Array(NLopt::Constraint)
- #constraints=(constraints : Array(NLopt::Constraint))
- #dimension
- #finalize
- #free
- #ftol_abs
- #ftol_abs=(value)
- #ftol_rel
- #ftol_rel=(value)
- #local_optimizer(local : Solver)
- #maxeval
- #maxeval=(value)
- #maxtime
- #maxtime=(value)
- #num_evals
- #obj_gradient : ObjectiveGradOnly | Nil
- #obj_gradient=(obj_gradient : ObjectiveGradOnly | Nil)
- #objective : ObjectiveWithGrad | ObjectiveNoGrad | Nil
- #objective=(objective : ObjectiveWithGrad | ObjectiveNoGrad | Nil)
- #optim_dir : NLopt::Direction
- #optim_dir=(optim_dir : NLopt::Direction)
- #population
- #population=(value)
- #precondition : ObjectivePrecondition | ObjectivePreconditionEval | Nil
- #precondition=(precondition : ObjectivePrecondition | ObjectivePreconditionEval | Nil)
- #solve
- #stopval
- #stopval=(value)
- #variables : Array(NLopt::Variable)
- #vector_storage
- #vector_storage=(value)
- #xtol_rel
- #xtol_rel=(value)