Optimization¶
Refer to Optimization Algorithms.
Generic optimization classes¶
|
Base class to define an optimization problem. |
|
Nearest point problem. |
|
Least-squares problem. |
|
Base class for optimization wrappers. |
|
Optimization result. |
Optimization solvers¶
|
Abdo-Rackwitz solver. |
|
Bonmin MINLP solver. |
|
Interface to Ceres Solver. |
|
Interface to CMinpack. |
|
Constrained Optimization BY Linear Approximations solver. |
|
Base class for optimization solvers from the [dlib2009] library. |
|
Efficient Global Optimization algorithm. |
|
Ipopt nonlinear optimization solver. |
|
Multi-start optimization algorithm. |
|
Interface to NLopt. |
|
Pagmo algorithms. |
|
Sequential Quadratic Programming solver. |
|
Truncated Newton Constrained solver. |
Nearest point assessment¶
|
Proxy of C++ OT::NearestPointChecker. |
|
Proxy of C++ OT::NearestPointCheckerResult. |