I'm using multiple evaluation threads in my ECJ-based application. The
fitness function needs to use a class that doesn't seem to like concurrent
access from multiple threads. Is there any way I can allocate one instance
of this class per eval thread, and if so, where would it go?
Thanks
Sandeep