There are 0 repository under combinatorial-search topic.
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
State-of-the-Art method for solving the Rubik's Cube
Foofah: programming-by-example data transformation program synthesizer
Code for path planning in dynamic environments with adaptive dimensionality
Code for the paper "Addressing Model Vulnerability to Distributional Shifts over Image Transformation Sets", ICCV 2019
A powerful & flexible Rubik's Cube solver
Library for combinatorially specifying, constraining, and exploring genetic design spaces.
Knuth's Dancing Links algorithm in Java
A C++ program that resolve a TSP problem using Local Search and Tabu Search metaheuristics with small variants. Download report here https://github.com/EduBic/TSP-MetaheuristicSolvers-Documentation/releases
evolutionary computing / genetic algorithm
This repository is about Multiple Courier Planning Problem a well-known NP-hard problem.
Fast randomized algorithms for combinatorial optimization
Are there Sudokus with hints only on the boundary?
a python library to build permutations sequences with various constraints (Combinatorial Search)
A fun little combinatorial search project of packing words into bins, to be implemented in Java 11.
Monte Carlo Tree Search applied to Combinatorial Search Problems
Combinatorial Search from Bob Sedgewick's Algorithms course at Princeton and other implementations.