optimization-problem
There are 171 repositories under optimization-problem topic.
esa/pygmo2
A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
iduta/iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
TheJJ/ceph-balancer
Efficient Ceph placement optimization, aiming for maximum storage capacity through equal OSD utilization.
mstechly/quantum_tsp_tutorials
This repository contains code with tutorials of how to approach optimization problems using quantum computing.
LaurentVeyssier/Pricing-optimization-Model
Optimize revenues through pricing algorithm in python - Demand with uniform distribution
UM-LPM/EARS
EARS is a free and open-source Java-based framework for ranking, developing, and experimenting with single- and multi-objective evolutionary algorithms
felaube/b-spline-trajectories
Optimization of aircraft short-term trajectories, parameterized using B-splines.
vikas9087/Bilevel-Optimization-Emissions
Proposed a mathematical model for optimizing the profits and emissions while setting dynamic prices of electricity. A bilevel & multi-objective model is proposed for maximizing profits of retailer, minimizing the emissions produced, & minimizing the total cost of customers.
CharJon/GeCO
Generators for Combinatorial Optimization
WWmore/DOS
ArchGeo library code for the paper "Discrete Orthogonal Structures"
sichkar-valentyn/Transportation_Problem
Transportation Model for an optimal strategy for distributing a commodity from a group of supply centers to various receiving centers. Solved in C# Windows Form Application
tomjanus/milp-scheduling
Feasibility study on using mixed-integer-linear programming for solving optimal pump scheduling problem in water distribution networks.
oguerrer/ppi
The model of Policy Priority Inference
vsdp/SDPLIB
SDPLIB is a collection of semidefinite programming test problems.
mancunian1792/ipl_mock_auction
Mock IPL auction - Automated decision making
AlexVasegaard/EOSS_GECCO25
This repository holds the content for the GECCO 2025 competition on evolutionary algorithms for Earth Observations Satellite Scheduling!
arminarj/convex-optimization-boyd
This is CVXPY implementation of convex optimization additional problems
matcutest/matcutest
MatCUTEst is a package for facilitating the usage of CUTEst (https://github.com/ralna/CUTEst) in MATLAB on Linux.
MRColorR/SVM_ADMM-Distributed
Project to Solve a SVM fitting problem in MATLAB using a consensus distributed ADMM approach and CVX. Two SMW has been trained and tested on different datasets.
Pegah-Ardehkhani/Optimization-Problems-and-Solutions
A repository dedicated to the mathematical modeling and solution of optimization problems, featuring practical examples in Stochastic Programming, Linear Programming (LP), and Mixed-Integer Linear Programming (MILP)
SCK22/GeneticAlgorithmTSP
Genetic algorithm code for solving Travelling Salesman Problem
edenau/bike-sharing-systems-optimization
🚴 A generic model and a distributed algorithm for optimising station-based bike-sharing systems
Faisal-AlDhuwayhi/Solving-TSP-using-MST-Heuristic
Solving TSP for Metric Graphs using MST Heuristic, and comparing the optimal solution with the approximation one
georgesittas/jobshop-scheduling
Optimal ECLiPSe Prolog job-shop scheduling solver
MazinOnsa/Breast-Cancer-Detection
SVM for Breast Cancer Detection from mammogram Using MatLAB
UNN-ITMM-Software/GCGen
Global Constrained optimization problem Generator
xxl4tomxu98/Energy_Optimization_Python
Gulp(CBC MILP) optimization and MLP(ANN) forecasting
garyg1/gantt-chart-tool
An offline tool to auto-schedule timelines.
guillaume-giannantonio/bat-algorithm
A simple JavaScript library implementing the Bat Algorithm for optimization problems.
mullzhang/app-streamlit-fastapi
Web app with Streamlit and FastAPI
OpenOptimizationOrg/OPL
Optimisation problem library
tstran155/Linear-Programming-MILP-DP-NLP-Optimization-With-Python
This notebook serves as an introduction to Linear Programming and MILP with Python, covering both the concepts and practical applications through various popular optimization problems.
AlgoMathITMO/DPRank
This repository provides an implementation of algorithmic support for dynamic pricing based on surrogate ticket demand modeling for a passenger rail company on open data.
AnasNeumann/TSP
A simple Travelling Salesman Problem to solve (optimize) with Java and IBM Cplex - For Learning Purposes
Pegah-Ardehkhani/Combinatorial-Optimization
A collection of algorithms and methods for solving combinatorial optimization problems, including techniques for TSP, Knapsack, and other NP-hard problems using heuristics, metaheuristics, and exact methods
spiralulam/intro_opt_models
This repository contains the code examples of the book "Einführung in Optimierungsmodelle" ("Introduction to Optimization Models") (Sudermann-Merx, 2023)