Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

optiprofiler/optiprofiler

Repository files navigation

OptiProfiler: a platform for benchmarking optimization solvers

docs_badge codecov_badge

MATLAB version is available.

To install the MATLAB version, please do the following:

  1. Clone the repository using the following command:
git clone --recurse-submodules https://github.com/optiprofiler/optiprofiler.git
  1. In MATLAB, navigate to the folder where the source code is located, and you will see a file named setup.m. Run the following command in the MATLAB command window:
setup

Python version is under development.