An open API service indexing awesome lists of open source software.

https://github.com/wwkong/nc_opt

A Nonconvex Composite Optimization Library
https://github.com/wwkong/nc_opt

benchmark-suite optimization-algorithms optimization-framework

Last synced: 2 months ago
JSON representation

A Nonconvex Composite Optimization Library

Awesome Lists containing this project

README

          

Overview
========

**NC-OPT** is an open source software package for **N**onconvex **C**omposite **Opt**imization in MATLAB. Its main purpose is to: (a) provide a general API for creating and models based on a first-order oracle framework; and (b) leverage the fast matrix subroutines in MATLAB to solve these models. The interface of NC-OPT is loosely based on the well-known [Gurobi](https://www.gurobi.com/documentation) API.

The user guide for NC-OPT can be found [here](https://nc-opt.readthedocs.io/).