Menu

Software

Constraint Programming

GHOST

C++ GNU GPL v3
A user-friendly constraint satisfaction/optimization toolkit aiming for speed.

GHOST-benchmarks

C++ GNU GPL v3
Repository of classical satisfaction and optimization benchmarks to test GHOST performances.

Adaptive Search (parallel version)

C MPI
A parallel meta-heuristic to solve combinatorial optimization problems.

Game AI

AIUR

C++ GNU GPL v3
A StarCraft: Brood War bot.

microPhantom

C++ GNU GPL v3
A bot playing to microRTS and handling decision-making problems under uncertainty by mixing constraint programming and decision theory. Using GHOST.

pobo

Kotlin C++ GNU GPL v3
A boop. / GekitaiĀ² implementation for Android, written with Jetpack Compose. Using GHOST.

SassySpecter

C++ GNU GPL v3
A bot playing the three races of both StarCraft 1 and 2 with exactly the same code. Using GHOST and Taunt.

Taunt

C++ GNU GPL v3
A flexible terrain analyser for both StarCraft 1 and 2 maps. Using GHOST.

Machine Learning

DeepPPI

Python Keras
A deep learning model to predict protein-protein interaction.

LearningErrorFunctions

C++
Method to learn error functions representing constraints in a Error Function Networks, making its modelisation easier. Using GHOST.

QUBO_learning

C++
Method to learn pattern composition representing a Q matrix from data, to tranlate a regular CSP/COP model onti a QUBO model for quantum annealing machines. Using GHOST.