OptimoJoe / Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.
www.optimojoe.com/products/optizelle
63 stars 13 forks source link

Optizelle

Brought to you by

OptimoJoe

Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems of the form

min f(x) min f(x) st g(x)=0
min f(x) st h(x)≥0 min f(x) st g(x)=0, h(x)≥0

It features

Download

For precompiled, 64-bit packages, please download one of the following

Platform Package Interfaces
Windows
macOS
Linux

Installation should be as easy as opening the package and following the instructions found therein.

Documentation

We provide a full set of instructions for building, installing, and using Optizelle in our manual (letter,a4.)

Source

For the source, please download a zipped archive of our code. For power users, we provide public access to our git repository on our Github page. In order to clone the Optizelle repository, use the command

git clone https://github.com/OptimoJoe/Optizelle.git

Building and installation may be as simple as executing the following commands from the base Optizelle directory:

  1. mkdir build
  2. cd build
  3. ccmake ..
  4. Configure the build
  5. make install

For more detailed instructions, please consult our documentation.

Support

For general questions, please visit our community forum. In addition, we provide paid support and consulting for Optizelle. If you are interested, please contact us.

Contributing

We appreciate community contributions to Optizelle! If you notice a bug, please file a report on our issues page. Alternatively, for more in-depth contributions, clone our repository and send a pull request via our Github page. Finally, we appreciate help in answering general user questions on our community forum.