All Projects → jump-dev → Jump.jl

jump-dev / Jump.jl

Licence: other
Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Jump.jl

Csso Rails
CSS Optimizer(csso) ruby wrapper for Rails Asset pipeline
Stars: ✭ 86 (-93.78%)
Mutual labels:  optimization
Rinsim
RinSim is a logistics simulator written in Java. RinSim supports (de)centralized algorithms for dynamic pickup-and-delivery problems (PDP). The simulator is developed at the imec-DistriNet group at the dept. of Computer Science, KU Leuven, Belgium.
Stars: ✭ 91 (-93.42%)
Mutual labels:  optimization
Advisor
Open-source implementation of Google Vizier for hyper parameters tuning
Stars: ✭ 1,359 (-1.74%)
Mutual labels:  optimization
Quantum Learning
This repository contains the source code used to produce the results presented in the paper "Machine learning method for state preparation and gate synthesis on photonic quantum computers".
Stars: ✭ 89 (-93.56%)
Mutual labels:  optimization
Go Perfbook
Thoughts on Go performance optimization
Stars: ✭ 9,597 (+593.93%)
Mutual labels:  optimization
Webpack Conditional Loader
C conditionals directive for JavaScript
Stars: ✭ 93 (-93.28%)
Mutual labels:  optimization
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-93.85%)
Mutual labels:  optimization
Alpine.jl
A JuMP-based Global Optimization Solver for Non-convex Programs
Stars: ✭ 101 (-92.7%)
Mutual labels:  optimization
Deep Learning Drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Stars: ✭ 9,717 (+602.6%)
Mutual labels:  optimization
Monkeys
A strongly-typed genetic programming framework for Python
Stars: ✭ 98 (-92.91%)
Mutual labels:  optimization
Safeopt
Safe Bayesian Optimization
Stars: ✭ 90 (-93.49%)
Mutual labels:  optimization
Faster
SIMD for humans
Stars: ✭ 1,304 (-5.71%)
Mutual labels:  optimization
Limes
Link Discovery Framework for Metric Spaces.
Stars: ✭ 94 (-93.2%)
Mutual labels:  optimization
Beautiful React Redux
Redux 🚀, Redux 🤘, Redux 🔥 - and the magic optimization
Stars: ✭ 87 (-93.71%)
Mutual labels:  optimization
Dists
IQA: Deep Image Structure and Texture Similarity Metric
Stars: ✭ 101 (-92.7%)
Mutual labels:  optimization
Auxpack
A dashboard for monitoring Webpack build stats.
Stars: ✭ 86 (-93.78%)
Mutual labels:  optimization
Proximaloperators.jl
Proximal operators for nonsmooth optimization in Julia
Stars: ✭ 92 (-93.35%)
Mutual labels:  optimization
Node Finance
Module for portfolio optimization, prices and options
Stars: ✭ 101 (-92.7%)
Mutual labels:  optimization
Unreachable
Unreachable code path optimization hint for Swift
Stars: ✭ 101 (-92.7%)
Mutual labels:  optimization
Qreverse
A small study in hardware accelerated AoS reversal
Stars: ✭ 97 (-92.99%)
Mutual labels:  optimization

JuMP logo

Powered by NumFOCUS

JuMP is a domain-specific modeling language for mathematical optimization embedded in Julia. You can find out more about us by visiting jump.dev.

Latest Release: 0.21.6 (release-0.21 branch):

Development version (master branch):

  • Installation via the Julia package manager:
    • import Pkg; Pkg.add(Pkg.PackageSpec(name="JuMP", rev="master"))
  • Get help:
  • Testing status:
    • Github Actions: Build Status
    • Test coverage: codecov

Need help?

Use the Community forum to search for answers to previously asked questions, or ask a new question.

The post PSA: make it easier to help you, describes the best practices for asking a question.

Bug reports

Please report any issues via the Github issue tracker. All types of issues are welcome and encouraged; this includes bug reports, documentation typos, feature requests, etc.

Citing JuMP

If you find JuMP useful in your work, we kindly request that you cite the following paper (pdf):

@article{DunningHuchetteLubin2017,
    author = {Iain Dunning and Joey Huchette and Miles Lubin},
    title = {JuMP: A Modeling Language for Mathematical Optimization},
    journal = {SIAM Review},
    volume = {59},
    number = {2},
    pages = {295-320},
    year = {2017},
    doi = {10.1137/15M1020575},
}

For an earlier work where we presented a prototype implementation of JuMP, see here:

@article{LubinDunningIJOC,
    author = {Miles Lubin and Iain Dunning},
    title = {Computing in Operations Research Using Julia},
    journal = {INFORMS Journal on Computing},
    volume = {27},
    number = {2},
    pages = {238-248},
    year = {2015},
    doi = {10.1287/ijoc.2014.0623},
}

A preprint of this paper is freely available.


NumFOCUS logo

JuMP is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides JuMP with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visit numfocus.org for more information.

You can support JuMP by donating.

Donations to JuMP are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation.

JuMP's largest expense is the annual JuMP-dev workshop. Donations will help us provide travel support for JuMP-dev attendees and take advantage of other opportunities that arise to support JuMP development.

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].