combinatorial-search
There are 19 repositories under combinatorial-search topic.
mraggi/discreture
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
kyo-takano/efficientcube
State-of-the-Art method for solving the Rubik's Cube
vvanirudh/sbpl_dynamic_adaptive_planner
Code for path planning in dynamic environments with adaptive dimensionality
ricvolpi/domain-shift-robustness
Code for the paper "Addressing Model Vulnerability to Distributional Shifts over Image Transformation Sets", ICCV 2019
umich-dbgroup/foofah
Foofah: programming-by-example data transformation program synthesizer
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
hicsail/constellation-js
Library for combinatorially specifying, constraining, and exploring genetic design spaces.
littleredcomputer/dancinglinks
Knuth's Dancing Links algorithm in Java
boukeas/searchtoy
A python library for solving combinatorial search problems
EduBic/TSP-MetaheuristicSolvers
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
yazanobeidi/geneticmonkeys
evolutionary computing / genetic algorithm
fq00/lubySequenceEAs
Fast randomized algorithms for combinatorial optimization
matiasdahl/Boundary-Sudoku
Are there Sudokus with hints only on the boundary?
tandav/opseq
a python library to build permutations sequences with various constraints (Combinatorial Search)
ikokkari/WordsIntoBins
A fun little combinatorial search project of packing words into bins, to be implemented in Java 11.
leetoo/mcts
Monte Carlo Tree Search applied to Combinatorial Search Problems
robfitzgerald/mcts
Monte Carlo Tree Search applied to Combinatorial Search Problems
rvalla/Trabalitos
Contando las combinaciones posibles para Trabalitos.
yadavvi91/combinatorialsearch
Combinatorial Search from Bob Sedgewick's Algorithms course at Princeton and other implementations.