nlopt-util

July 30, 2019 ยท View on GitHub

A single-header utility library for calling NLopt optimization in a single line using Eigen::VectorXd

Usage

Copy nlopt-util.hpp to your project. This library consists of the single file.

Projects using nlopt-util

  • Unblending (Pacific Graphics 2018) https://github.com/yuki-koyama/unblending
  • OptiMo (CHI 2018) https://github.com/yuki-koyama/optimo
  • Sequential Line Search (SIGGRAPH 2017) https://github.com/yuki-koyama/sequential-line-search

Contents

  1. 1Usage
  2. 2Projects using nlopt-util