#
mathematical-programming
Here are 108 public repositories matching this topic...
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
python
data-science
machine-learning
statistics
analytics
clustering
numpy
probability
mathematics
pandas
scipy
matplotlib
inferential-statistics
hypothesis-testing
anova
statsmodels
bayesian-statistics
numerical-analysis
normal-distribution
mathematical-programming
-
Updated
Dec 15, 2020 - Jupyter Notebook
An Eigen-based, light-weight C++ Interface to Nonlinear Programming Solvers (Ipopt, Snopt)
nlp
cmake
cpp
robotics
optimization
eigen
ros
catkin
trajectory-optimization
nonlinear-optimization
ipopt
mathematical-programming
snopt
-
Updated
May 24, 2021 - C++
Python interface for the SCIP Optimization Suite
-
Updated
Jul 23, 2021 - Python
oj! Algorithms
java
multi-threading
algorithm
algorithms
optimization
linear-algebra
arrays
optimization-algorithms
ojalgo
mathematical-programming
-
Updated
Jul 19, 2021 - Java
My sandbox for experimenting with solver algorithms.
-
Updated
May 29, 2021 - Haskell
Tutorials on using JuMP for mathematical optimization in Julia
-
Updated
Apr 22, 2021 - Jupyter Notebook
Efficiently solving instances of a parameterized family of (possibly mixed-integer) linear/quadratic optimization problems in Julia
optimization
julia
julia-language
modeling-language
optimization-tools
numerical-optimization
optimization-framework
mathematical-programming
-
Updated
Mar 26, 2021 - Julia
provides a modeling interface for mixed complementarity problems (MCP) and math programs with equilibrium problems (MPEC) via JuMP
optimization
mcp
equilibrium
mathematical-programming
complementarity-conditions
equilibrium-constraints
mathematical-programs
complementarity
-
Updated
Mar 5, 2021 - Julia
JuMP-based toolbox for solving bilevel optimization problems
optimization
julia
bilevel-optimization
jump
julialang
mathematical-programming
complementarity-constraints
bilevel-problem
-
Updated
Jul 2, 2020 - Julia
Image processing tutorials
python
machine-learning
geometry
matlab
mathematics
image-processing
tutorials
mathematical-programming
-
Updated
Jun 4, 2021 - TeX
A scala library for IBM ILOG CPLEX
java
constraint-programming
scala-library
prescriptive-analytics
cplex
mixed-integer-programming
mathematical-programming
ibm-ilog-cplex
optimization-models
-
Updated
Jan 27, 2020 - Scala
This package is the implementation of a one-phase interior point method that finds KKT points of nonconvex optimization problems.
-
Updated
May 30, 2019 - Julia
An open source framework for interactive multiobjective optimization methods
optimization
python3
mathematical-modelling
multiobjective-optimization
mcda
multicriteria-decision-analysis
mathematical-programming
-
Updated
Jul 20, 2021 - Python
Pythagoras Theorem Javascript. (Math)
javascript
js
math
mathematics
pythagoras
mathematical-programming
pythagorean-theorem
pythagoeran-theorem
-
Updated
May 6, 2021 - JavaScript
Python optimization library for mathematical programming.
-
Updated
Jan 17, 2021 - Python
digitalocean
tree
opensource
linked-list
stack
queue
graph
array
stl
recursion
string-manipulation
sorting-algorithms
searching-algorithms
mathematical-programming
bitmanipulation
tricky-problems
-
Updated
Jun 21, 2021 - C++
python
optimization
linear-programming
pulp
integer-programming
discrete-optimization
mathematical-programming
-
Updated
Mar 8, 2020 - Jupyter Notebook
mmghannam
commented
Feb 14, 2021
Move from a range of (hardcoded) numbers to an experssion that depeneds on the number of nodes.
Mixed Integer Piecewise Regression Algorithm with Regularisation
-
Updated
Oct 23, 2020 - Python
Educational linear algebra environment powered by the Web.
javascript
math
vector
matrix
linear-algebra
mathematics
matrices
linear
educational
linear-systems
math-library
vectors
linear-equations
linear-algebra-library
mathematical-programming
-
Updated
Jul 8, 2021 - JavaScript
Problems of Project Euler for anyone interested in improving their programming skills in the form of challenging mathematical problems.
-
Updated
Jul 15, 2021 - Java
Computational Mathematics Toolkit
-
Updated
Jul 5, 2019 - JavaScript
Sixty examples of business optimization models
-
Updated
Apr 4, 2021 - Jupyter Notebook
A refactored port and code rebuilt of JWave - Discrete Fourier Transform (DFT), Fast Wavelet Transform (FWT), Wavelet Packet Transform (WPT), some Shifting Wavelet Transform (SWT) by using orthogonal (orthonormal) wavelets like Haar, Daubechie, Coiflet, and other normalized bi-orthogonal wavelets.
mathematics
design-patterns
software-engineering
wavelet
time-domain
frequency-domain
frequency-analysis
wavelet-packets
hilbert-spaces
wavelet-toolbox
orthogonal
wavelet-analysis
transforms
hilbert-transform
wavelet-transform
mathematical-programming
wavelet-compression
orthogonal-transforms
orthonomal
-
Updated
Mar 20, 2020 - C#
My approach to Google foobar challenges
interview-questions
writeups
algorithm-challenges
foobar
google-foobar
mathematical-programming
not-completely-terrible
foobar-solutions
foobar-challenge
-
Updated
Jun 27, 2020 - Python
An Instance generator for NASPs (Nash Games among Stackelberg Players)
-
Updated
Mar 23, 2021 - Python
Site redesign for https://ymath.io
javascript
vuejs
vue
calculus
math
mathematics
teaching
learning-by-doing
nuxtjs
mathematical-programming
ymath
-
Updated
Jul 13, 2021 - Vue
A collection of useful Cplex Python API examples.
-
Updated
Jun 22, 2020 - Python
Some work on the paper, "Automated Lie-algebraic input space partitioning using first-order two-dimensional cellular automata" by me (Shrohan Mohapatra. (2020, June 5). Automated Lie-algebraic input space partitioning using first-order two-dimensional cellular automata. Zenodo. http://doi.org/10.5281/zenodo.3880404), here in the specific example with Game of Life for automated Lie-algebraic input space partitioning.
game-of-life
domain-driven-design
parallel-computing
cellular-automata
multithreading
software-engineering
two-dimensional
theoretical-computer-science
feynman-diagrams
lie-groups
input-validation
wolfram-language
wolfram-mathematica
parallel-programming
mathematical-programming
lie-algebra
software-testing-tools
game-of-life-python
-
Updated
Mar 17, 2021 - Mathematica
Improve this page
Add a description, image, and links to the mathematical-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mathematical-programming topic, visit your repo's landing page and select "manage topics."
The
solution_summary
code doesn't handle infeasible solutions correctly:https://github.com/jump-dev/JuMP.jl/blob/6901e8f98bf24242a141e003e42530fa90f33c3c/src/print.jl#L463-L482
objective_value
andsolve_time
should probably be wrapped in_try_get
, and default fallbacks provided for things likesolver_name
andraw_status
.