|
Optimist
0.0.0
A C++ library for optimization
|
Optimist is a library for the numerical solution of optimization problems and zero-finding problems. It is based on the Eigen library and written in C++17.
Are you looking for the online documentation? Visit this link!
Optimist is a header-only library that depends only on Eigen (version >= 5.0.1), so the quick and dirty way of installing it is by simply copying the include directory to your project and make sure to have Eigen available however you see fit. Alternatively, you can do things properly and use CMake (version >= 3.14).
If you are using CMake, you can add the library as a subdirectory in your project.
If you already have Optimist somewhere on your system, you can use find_package directly.
The Optimist project is distributed under the BSD 2-Clause License - see the LICENSE file for details.
Here's what the license entails: