Skip to content

vepiteski/OptimizationProblems.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptimizationProblems

Build Status Build status Coverage Status

A collection of optimization problems in JuMP syntax.

Installing

julia> Pkg.clone("https://github.com/JuliaOptimizers/OptimizationProblems.jl.git")

You can obtain the list of problems currently defined with names(OptimizationProblems). The first symbol in the list is :OptimizationProblems itself–the name of the module.

Currently, only a few unconstrained problems are implemented. Some are available in variable size.

This module is particularly useful in conjunction with NLPModels to facilitate evaluating objective, constraints and their derivatives.

Contributing

Please open pull requests to submit new problems! When submitting a problem, please pay particular attention to the documentation. We would like to gather as much information as possible on the provenance of problems.

About

Optimization Problems for Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%