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

https://github.com/juliasmoothoptimizers/manualnlpmodels.jl

NLPModel where all functions are defined by the user
https://github.com/juliasmoothoptimizers/manualnlpmodels.jl

jso julia mathematical-optimization mathematical-programming nlpmodels optimization

Last synced: 11 months ago
JSON representation

NLPModel where all functions are defined by the user

Awesome Lists containing this project

README

          

# ManualNLPModels

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaSmoothOptimizers.github.io/ManualNLPModels.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaSmoothOptimizers.github.io/ManualNLPModels.jl/dev)
[![Build Status](https://github.com/JuliaSmoothOptimizers/ManualNLPModels.jl/workflows/CI/badge.svg)](https://github.com/JuliaSmoothOptimizers/ManualNLPModels.jl/actions)
[![Build Status](https://api.cirrus-ci.com/github/JuliaSmoothOptimizers/ManualNLPModels.jl.svg)](https://cirrus-ci.com/github/JuliaSmoothOptimizers/ManualNLPModels.jl)
[![Coverage](https://codecov.io/gh/JuliaSmoothOptimizers/ManualNLPModels.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaSmoothOptimizers/ManualNLPModels.jl)
[![DOI](https://zenodo.org/badge/413573317.svg)](https://zenodo.org/badge/latestdoi/413573317)

## How to cite

If you use ManualNLPModels.jl in your work, please cite using the format given in [CITATION.cff](CITATION.cff).

## Synopsis

ManualNLPModels provides an interface for manually providing functions and derivatives to create NLPModels.

# Bug reports and discussions

If you think you found a bug, feel free to open an [issue](https://github.com/JuliaSmoothOptimizers/ManualNLPModels.jl/issues).
Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.

If you want to ask a question not suited for a bug report, feel free to start a discussion [here](https://github.com/JuliaSmoothOptimizers/Organization/discussions). This forum is for general discussion about this repository and the [JuliaSmoothOptimizers](https://github.com/JuliaSmoothOptimizers), so questions about any of our packages are welcome.