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
- Host: GitHub
- URL: https://github.com/juliasmoothoptimizers/manualnlpmodels.jl
- Owner: JuliaSmoothOptimizers
- License: mpl-2.0
- Created: 2021-10-04T20:27:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T14:22:01.000Z (over 1 year ago)
- Last Synced: 2025-06-06T18:12:26.527Z (about 1 year ago)
- Topics: jso, julia, mathematical-optimization, mathematical-programming, nlpmodels, optimization
- Language: Julia
- Homepage:
- Size: 526 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# ManualNLPModels
[](https://JuliaSmoothOptimizers.github.io/ManualNLPModels.jl/stable)
[](https://JuliaSmoothOptimizers.github.io/ManualNLPModels.jl/dev)
[](https://github.com/JuliaSmoothOptimizers/ManualNLPModels.jl/actions)
[](https://cirrus-ci.com/github/JuliaSmoothOptimizers/ManualNLPModels.jl)
[](https://codecov.io/gh/JuliaSmoothOptimizers/ManualNLPModels.jl)
[](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.