Skip to content

A simple header-only optimization package based on Eigen

License

Notifications You must be signed in to change notification settings

avaxman/SaddlePoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaddlePoint

SaddlePoint is a templated header-only optimization package based on Eigen, that is meant for configurable optimization. The idea is that one could plug-in concept classes that change much of the behaviour of the optimizer. For instance, the linear solver itself.

To make and the benchmark example, do

cd benchmark/EXAMPLE
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
./EXAMPLE_bin

Send any complaints, suggestions, or any other helpful advice to Amir Vaxman (avaxman@gmail.com)

About

A simple header-only optimization package based on Eigen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published