All Projects → jump-dev → Mathoptinterface.jl

jump-dev / Mathoptinterface.jl

Licence: other
An abstraction layer for mathematical optimization solvers.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Mathoptinterface.jl

Fantasy Basketball
Scraping statistics, predicting NBA player performance with neural networks and boosting algorithms, and optimising lineups for Draft Kings with genetic algorithm. Capstone Project for Machine Learning Engineer Nanodegree by Udacity.
Stars: ✭ 146 (-10.43%)
Mutual labels:  optimization
Galacticoptim.jl
Local, global, and beyond optimization for scientific machine learning (SciML)
Stars: ✭ 155 (-4.91%)
Mutual labels:  optimization
Cpmoptimize
🚀 🐍 Optimizes Python bytecode calculating linear recurrences
Stars: ✭ 159 (-2.45%)
Mutual labels:  optimization
Evalml
EvalML is an AutoML library written in python.
Stars: ✭ 145 (-11.04%)
Mutual labels:  optimization
Yopo You Only Propagate Once
Code for our nips19 paper: You Only Propagate Once: Accelerating Adversarial Training Via Maximal Principle
Stars: ✭ 152 (-6.75%)
Mutual labels:  optimization
Ceviche
🦐 Electromagnetic Simulation + Automatic Differentiation
Stars: ✭ 157 (-3.68%)
Mutual labels:  optimization
Snappy
snAppy is a VS Code extension coupled with an interactive view to support your React front-end delivery.
Stars: ✭ 144 (-11.66%)
Mutual labels:  optimization
One
On-device Neural Engine
Stars: ✭ 162 (-0.61%)
Mutual labels:  optimization
Swissarmylib
Collection of helpful utilities we use in our Unity projects.
Stars: ✭ 154 (-5.52%)
Mutual labels:  optimization
Router
⚡️ A lightning fast HTTP router
Stars: ✭ 158 (-3.07%)
Mutual labels:  optimization
Easyengine
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt
Stars: ✭ 1,881 (+1053.99%)
Mutual labels:  optimization
Webdnn
The Fastest DNN Running Framework on Web Browser
Stars: ✭ 1,850 (+1034.97%)
Mutual labels:  optimization
Structured Data Json Ld
Collection of structured data snippets in Google preferred JSON-LD format.
Stars: ✭ 157 (-3.68%)
Mutual labels:  optimization
Deep Learning Specialization Coursera
Deep Learning Specialization courses by Andrew Ng, deeplearning.ai
Stars: ✭ 146 (-10.43%)
Mutual labels:  optimization
Far Ho
Gradient based hyperparameter optimization & meta-learning package for TensorFlow
Stars: ✭ 161 (-1.23%)
Mutual labels:  optimization
Georaptor
Python Geohash Compression Tool
Stars: ✭ 143 (-12.27%)
Mutual labels:  optimization
Mesh Flow Video Stabilization
Online video stabilization using a novel MeshFlow motion model
Stars: ✭ 154 (-5.52%)
Mutual labels:  optimization
Svgsort
svg path sorter for more efficient (pen)plotting.
Stars: ✭ 162 (-0.61%)
Mutual labels:  optimization
V8 Natives
Access v8 Engine Natives easily in Chrome & Node
Stars: ✭ 161 (-1.23%)
Mutual labels:  optimization
Mtuner
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
Stars: ✭ 2,007 (+1131.29%)
Mutual labels:  optimization

MathOptInterface

Documentation Build Status Social
Build Status Codecov branch Gitter

An abstraction layer for mathematical optimization solvers. Replaces MathProgBase.

Citing MathOptInterface

If you find MathOptInterface useful in your work, we kindly request that you cite the following paper:

@article{MathOptInterface-2021,
   title={MathOptInterface: a data structure for mathematical optimization problems},
   author={Legat, Benoit and Dowson, Oscar and Garcia, Joaquim and Lubin, Miles},
   journal={INFORMS Journal on Computing},
   year={in press},
   publisher={INFORMS}
 }

A preprint of this paper is freely available.

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