Introduce an abstraction over the AI
The =TarotAi= module now factors in all the boring stuff around applying the AI, so we can now remove the code to compute the strongest player in the features module, and integrate the stacking predictor and the perceptron predictor directly in this framework, yet again removing duplicated code to compute the best event (for instance).
src/libtarot/ai/Makefile.am
0 → 100644
src/libtarot/ai/ai.c
0 → 100644
src/libtarot/ai/tarot/ai.h
0 → 100644