]> mj.ucw.cz Git - leo.git/blob - lab-evolution.h
Labelling: Breaking labeller into more source files
[leo.git] / lab-evolution.h
1 #ifndef _LEO_LABELLER_EVOLUTION_H
2 #define _LEO_LABELLER_EVOLUTION_H
3
4 void evolution_conf(void);
5 void evolution_init(void);
6
7 void evolve(void);
8
9 void dump_individual(struct individual *individual);
10
11 #endif