X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lab-evolution.h;h=f2aff81c038b2bebbd5e66461a0aa786a1ebbe58;hb=refs%2Fheads%2Flabelling;hp=cdd8af2acce88a6f34463881a98646dba88f7aba;hpb=1b17564442494d9827c24abbdfd24dc2848bb107;p=leo.git diff --git a/lab-evolution.h b/lab-evolution.h index cdd8af2..f2aff81 100644 --- a/lab-evolution.h +++ b/lab-evolution.h @@ -1,6 +1,13 @@ #ifndef _LEO_LABELLER_EVOLUTION_H #define _LEO_LABELLER_EVOLUTION_H +struct individual +{ + struct placement *placements; + struct map_part **map; + int penalty; +}; + void evolution_conf(void); void evolution_init(void);