Lists (1)
Sort Name ascending (A-Z)
Stars
A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
Latent Heuristic Search: Continuous Optimization for Automated Algorithm Design
Multi-Agent System Process Reward Model (MASPRM): a lightweight process reward model guiding multi-agent systems at search time.
ShinkaEvolve: Towards Open-Ended and Sample-Efficient Program Evolution 🧬
EvoCut: Automatic generation of acceleration cuts for integer programs via evolutionary search and LLMs.
mahdims / pyconcorde
Forked from jvkersch/pyconcordePython wrapper around the Concorde TSP solver
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
Short term open pit production scheduling using Constraint programming
Tabu search and Genetic algorithm implementation for container loading problem (3D bin packing)
GA algorithm to solve bin packing and production scheduling problems
Benders decomposition with two subproblem | Integer programming
Clustred Vehicle Routing Problem (CluVRP) Simple, Fast and Flexible Solver
A matheuristic approach for the Capacitated Vehicle Routing Problem
Online algorithms for solving large-scale dynamic vehicle routing problems with stochastic requests
All Algorithms implemented in Python
C++ lib to perform continuous and combinatorial optimization metaheuristics with parallelism support.
Educational pure python neural network implementation with differential evolution (DE) based network weight optimization procedure.
A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.
An implementation of VRPTW in CPLEX
Solver for Capacitance Vehicle Routing Problem - School bus routing problem with bus stop selection
Ant colony system (ACS) based algorithm for the dynamic vehicle routing problem with time windows (DVRPTW). For more details, see this paper "Necula, R., Breaban, M., & Raschip, M.: Tackling Dynami…
OptFrame - C++17/C++20/C++23 Optimization Framework in Single or Multi-Objective. Supports classic metaheuristics and hyperheuristics: Genetic Algorithm, Simulated Annealing, Tabu Search, Iterated …