Skip to content

rjodon/optizelle_tests

Repository files navigation

optizelle_test

Purpose

  • Testing Optizelle's cpp and python API.
  • Using Optizelle as dependency inside a project: check my mods of its Cmake build files.

Test run

Requirements for compiling Optizelle

   brew install pkg-config
   brew install jsoncpp
   brew install lapack
   brew install openblas # if not installed alongside lapack

Compilation

    mkdir build && cd build
    cmake ..
    make -j8

Run

    cd build
    ./main ../inputs/newton_cg.json . # or another algo

About

Testing Optizelle API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published