java ioexception error=24 too many files open
- by MattS
I'm writing a genetic algorithm that needs to read/write lots of files. The fitness test for the GA is invoking a program called gradif, which takes a file as input and produces a file as output.
Everything is working except when I make the population size and/or the total number of generations of the genetic algorithm too large. Then, after so…