ifopt
Nonlinear solver interface
An Eigen-based C++ interface to nonlinear programming solvers
An Eigen-based, light-weight C++ Interface to Nonlinear Programming Solvers (Ipopt, Snopt)
787 stars
35 watching
159 forks
Language: C++
last commit: about 1 year ago
Linked from 1 awesome list
catkincmakecppeigenipoptmathematical-programmingnlpnonlinear-optimizationoptimizationroboticsrossnopttrajectory-optimization
Related projects:
Repository | Description | Stars |
---|---|---|
snopt/snopt-matlab | Provides a Matlab interface to SNOPT for nonlinear optimization | 56 |
clarkzinzow/nonlinear-optimization-algorithms | MATLAB implementations of various nonlinear programming algorithms for optimization and minimization tasks | 162 |
vindaar/nimnlopt | A wrapper around the Nlopt nonlinear optimization library for Nim programming language | 16 |
stevengj/nlopt | A unified interface and packaging of several nonlinear optimization libraries for global and local optimization. | 1,892 |
konovod/nlopt.cr | A wrapper around an open-source nonlinear optimization library | 3 |
locuslab/optnet | A PyTorch module that adds differentiable optimization as a layer to neural networks | 513 |
mlpack/ensmallen | A high-quality C++ library for non-linear numerical optimization | 743 |
scipopt/scip | A solver for mixed integer programming and nonlinear optimization problems | 402 |
hyperopt/hyperopt-sklearn | Automates search for optimal parameters in machine learning algorithms. | 1,588 |
non-contradiction/ipoptjlr | A software package providing an interface to the Ipopt nonlinear solver in R, enabling optimization and solving complex mathematical problems. | 6 |
ethz-pes/multi_objective_optimization_matlab | A MATLAB toolset for multi-objective optimization using genetic algorithms and other methods. | 51 |
cvxopt/cvxopt | A Python software suite for solving convex optimization problems | 988 |
eniac/otti | A compiler and solver for optimization problems using zkSNARKs | 6 |
guillaume-chevalier/hyperopt-keras-cnn-cifar-100 | Automates hyperparameter optimization and neural network architecture search using Hyperopt on a CNN model for the CIFAR-100 dataset | 106 |
metaopt/torchopt | An efficient library for differentiable optimization built on top of PyTorch. | 544 |