in MPF/SubRegion.h, line 46, there is a redundant expression.
The line should be
int FindLowUsage(int pMaxUsage);
instead of
int SubRegion::FindLowUsage(int pMaxUsage);
Otherwise, my gcc 4.3.3 complains and don't compile it.
Just to let you know, i'm running neocortex on a linux Debian testing box.
Regards
Marcos.
2009-06-19 05:05:20 UTC in Neocortex - Memory-Prediction Framework