All Projects → JuliaSmoothOptimizers → OptimizationProblems.jl

JuliaSmoothOptimizers / OptimizationProblems.jl

Licence: other
Optimization Problems for Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to OptimizationProblems.jl

DICOM.jl
Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files
Stars: ✭ 45 (-30.77%)
Mutual labels:  julia-language
Julia-sublime
Julia syntax highlighting for Sublime Text
Stars: ✭ 106 (+63.08%)
Mutual labels:  julia-language
Pajarito.jl
A solver for mixed-integer convex optimization
Stars: ✭ 98 (+50.77%)
Mutual labels:  julia-language
CausalityTools.jl
Algorithms for causal inference and the detection of dynamical coupling from time series, and for approximation of the transfer operator and invariant measures.
Stars: ✭ 45 (-30.77%)
Mutual labels:  julia-language
matematicaelementar
Matemática Elementar para Computação
Stars: ✭ 29 (-55.38%)
Mutual labels:  julia-language
MathTeXEngine.jl
A latex math mode engine in pure Julia.
Stars: ✭ 61 (-6.15%)
Mutual labels:  julia-language
LatticeQCD.jl
A native Julia code for lattice QCD with dynamical fermions in 4 dimension.
Stars: ✭ 85 (+30.77%)
Mutual labels:  julia-language
JOLI.jl
Julia Operators LIbrary
Stars: ✭ 14 (-78.46%)
Mutual labels:  julia-language
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-49.23%)
Mutual labels:  julia-language
Combinatorics.jl
A combinatorics library for Julia
Stars: ✭ 182 (+180%)
Mutual labels:  julia-language
XUnit.jl
XUnit.jl is a unit-testing framework for Julia.
Stars: ✭ 32 (-50.77%)
Mutual labels:  julia-language
JuliaPackageWithRustDep.jl
Example of a Julia Package with Rust dependency.
Stars: ✭ 65 (+0%)
Mutual labels:  julia-language
GRUtils.jl
Tools for using the GR framework in Julia
Stars: ✭ 29 (-55.38%)
Mutual labels:  julia-language
RobustModels.jl
A Julia package for robust regressions using M-estimators and quantile regressions
Stars: ✭ 18 (-72.31%)
Mutual labels:  julia-language
OmniSci.jl
Julia client for OmniSci GPU-accelerated SQL engine and analytics platform
Stars: ✭ 22 (-66.15%)
Mutual labels:  julia-language
C3T
C3T: Crash Course Category Theory - A friendly non-mathematician's approach to beginners of Category Theory. 🐱
Stars: ✭ 26 (-60%)
Mutual labels:  julia-language
MolecularGraph.jl
Graph-based molecule modeling toolkit for cheminformatics
Stars: ✭ 144 (+121.54%)
Mutual labels:  julia-language
EventSimulation.jl
An event based Discrete Event Simulation engine
Stars: ✭ 18 (-72.31%)
Mutual labels:  julia-language
WebDriver.jl
A WebDriver / JSON Wire Protocol Binding Compatible with Selenium for the Julia Language.
Stars: ✭ 30 (-53.85%)
Mutual labels:  julia-language
LightGBM.jl
LightGBM.jl provides a high-performance Julia interface for Microsoft's LightGBM.
Stars: ✭ 40 (-38.46%)
Mutual labels:  julia-language

OptimizationProblems

DOI CI Build Status codecov Documentation/stable Documentation/dev

This package provides a collection of optimization problems in JuMP and ADNLPModels syntax.

Installing

OptimizationProblems can be installed and tested through the Julia package manager:

julia> ]
pkg> add OptimizationProblems
pkg> test OptimizationProblems

This package collects all the metadata of the implemented problems in a single DataFrame.

using OptimizationProblems
OptimizationProblems.meta

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. The documentation Contributing provides general guidelines on how to suggest new problems.

How to cite

If you use OptimizationProblems.jl in your work, please cite using the format given in CITATION.bib.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].