Minimalist And Customisable Optimisation Package
Image Processing For Machine Learning is a Python package developed during my thesis.
Adaptive Operator Selection into the MOEA/D algorithm. This AOS called FRRMAB_DK is based on MAB algorithm for each sub problem with shares of information.
Second version of photo album QAP using ParadisEO C++ library in order to make statistics faster (MOEA/D, NSGA-II, Adaptative Operator Selection).
Abstract simple implementation of Monte Carlo Tree Search (UCT) using Upper Confidence Bound (UCB) algorithm developed in C++. An example is available to show how implements it.