Combinatorial Optimization

289 papers with code • 0 benchmarks • 2 datasets

Combinatorial Optimization is a category of problems which requires optimizing a function over a combination of discrete objects and the solutions are constrained. Examples include finding shortest paths in a graph, maximizing value in the Knapsack problem and finding boolean settings that satisfy a set of constraints. Many of these problems are NP-Hard, which means that no polynomial time solution can be developed for them. Instead, we can only produce approximations in polynomial time that are guaranteed to be some factor worse than the true optimal solution.

Source: Recent Advances in Neural Program Synthesis

Libraries

Use these libraries to find Combinatorial Optimization models and implementations

Mining Potentially Explanatory Patterns via Partial Solutions

giancarlo-catalano/ps_minimal_showcase 5 Apr 2024

Genetic Algorithms have established their capability for solving many complex optimization problems.

0
05 Apr 2024

Self-Improvement for Neural Combinatorial Optimization: Sample without Replacement, but Improvement

grimmlab/gumbeldore 22 Mar 2024

Current methods for end-to-end constructive neural combinatorial optimization usually train a policy using behavior cloning from expert solutions or policy gradient methods from reinforcement learning.

3
22 Mar 2024

Multi-Robot Connected Fermat Spiral Coverage

reso1/mcfs 20 Mar 2024

We introduce the Multi-Robot Connected Fermat Spiral (MCFS), a novel algorithmic framework for Multi-Robot Coverage Path Planning (MCPP) that adapts Connected Fermat Spiral (CFS) from the computer graphics community to multi-robot coordination for the first time.

4
20 Mar 2024

Efficient Combinatorial Optimization via Heat Diffusion

awakermhy/heo 13 Mar 2024

Combinatorial optimization problems are widespread but inherently challenging due to their discrete nature. The primary limitation of existing methods is that they can only access a small fraction of the solution space at each iteration, resulting in limited efficiency for searching the global optimal.

2
13 Mar 2024

Ant Colony Sampling with GFlowNets for Combinatorial Optimization

henry-yeh/DeepACO 11 Mar 2024

This paper introduces the Generative Flow Ant Colony Sampler (GFACS), a novel neural-guided meta-heuristic algorithm for combinatorial optimization.

91
11 Mar 2024

FALCON: FLOP-Aware Combinatorial Optimization for Neural Network Pruning

mazumder-lab/falcon 11 Mar 2024

In this paper, we propose FALCON, a novel combinatorial-optimization-based framework for network pruning that jointly takes into account model accuracy (fidelity), FLOPs, and sparsity constraints.

1
11 Mar 2024

RouteExplainer: An Explanation Framework for Vehicle Routing Problem

ntt-dkiku/route-explainer 6 Mar 2024

While the explainability for VRP is significant for improving the reliability and interactivity in practical VRP applications, it remains unexplored.

8
06 Mar 2024

AcceleratedLiNGAM: Learning Causal DAGs at the speed of GPUs

viktour19/culingam 6 Mar 2024

Existing causal discovery methods based on combinatorial optimization or search are slow, prohibiting their application on large-scale datasets.

6
06 Mar 2024

Where the Really Hard Quadratic Assignment Problems Are: the QAP-SAT instances

verel/qap-sat 5 Mar 2024

The Quadratic Assignment Problem (QAP) is one of the major domains in the field of evolutionary computation, and more widely in combinatorial optimization.

0
05 Mar 2024

Multi-Task Learning for Routing Problem with Cross-Problem Zero-Shot Generalization

feiliu36/mtnco 23 Feb 2024

The results show that the unified model demonstrates superior performance in the eleven VRPs, reducing the average gap to around 5% from over 20% in the existing approach and achieving a significant performance boost on benchmark datasets as well as a real-world logistics application.

2
23 Feb 2024