danilinx's Stars
MLNLP-World/Top-AI-Conferences-Paper-with-Code
MLNLP: This repository is a collection of AI top conferences papers (e.g. ACL, EMNLP, NAACL, COLING, AAAI, IJCAI, ICLR, NeurIPS, and ICML) with open resource code
janosh/awesome-normalizing-flows
Awesome resources on normalizing flows.
ebrahimpichka/awesome-optimization
A curated list of mathematical optimization courses, lectures, books, notes, libraries, frameworks and software.
ANL-CEEESA/MIPLearn
Framework for solving discrete optimization problems using a combination of Mixed-Integer Linear Programming (MIP) and Machine Learning (ML)
fneum/ev_chargingcoordination2017
Optimal Scheduling of Electric Vehicle Charging in Distribution Networks
martinbiel/StochasticPrograms.jl
Julia package for formulating and analyzing stochastic recourse models.
bruscalia/optimization-demo-files
Examples on numerical optimization
jonathandumas/generative-models
Implementation of generative models to compute scenario of renewable generation and consumption.
mahdims/Branch-and-price-
This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with a specific objective function
grzegorz-siekaniec/branch-and-price-gurobi
Repository contains implementation of Branch and Prive for classical General Assignment Problem problem using Python and Gurobi solver.
mouadmorabit/MLColumnSelection
Machine-learning-based column selection
ErezSC42/qr_forcaster
Our implementation of the paper "A Multi-Horizon Quantile Recurrent Forecaster"
AntoinePassemiers/Stochastic-Unit-Commitment
Stochastic Unit Commitment for Renewable Energy Supply using Lagrangian Decomposition
kevinkevin556/awesome-operations-analytics
A curated list of awesome video lectures and learning resources for operations analytics.
fzsun/cutstock-gurobi
Cutting stock code for gurobi + python
gamma-opt/optimisation-notes
Lecture notes for Linear and Nonlinear optimisation.
jdumouchelle/IntegerLShaped
A python implementation of the integer L-shaped method for solving two stage stochastic programs.
Capsar/The-Rise-of-Diffusion-Models-in-Time-Series-Forecasting
Literature Survey about the available Diffusion Models capable of Time-Series Forecasting
li-group/ChE-597-Computational-Optimization
SnowyCoder/vrpc-forecast
Solving VRPC with column generation and branch and price for fun and profit
wangtianyu61/robust-stochastic-portfolio-optimization
the codes and some preliminary progress in the work of robust stochastic portfolio optimization
mmghannam/scip-routing
An exact VRPTW solver in python.
prameshk/Discrete-Optimization
yassine-laguel/RandomizedProgressiveHedging.jl
ytsao/Integer-L-shaped-method
Implement integer-L-shaped method for solving two-stage stochastic programming
9231058/farmer
Farmer Optimization Problem with Gurobi :farmer:
gamma-opt/decomposition-short-course
Material for a decomposition short course I teach sometimes
BenZ326/Benders-decomposition-L-shaped-method-
It's a realization of benders decomposition for a transporation problem with stochastic demand
dprentiss/farmersPH
This GAMS model solves the "Farmer's Problem" (Birge and Louveaux 2010) using a progressive hedging algorithm.
gcstinchfield/stochastic-programming
study of Birge and Louveax's stochastic programming textbook.