gintool / gin

GI in No Time - a Simple Microframework for Genetic Improvement
MIT License
43 stars 20 forks source link

Inner Class Support for In-Memory Compilation #27

Open drdrwhite opened 6 years ago

drdrwhite commented 6 years ago

Currently in-memory compilation assumes a single class under optimisation, and that the class does not contain inner classes. The InMemoryCompiler used by gin will actually compiler the inner class, but it doesn't return the inner class' compiled object. We need to fork InMemoryCompiler and add a method to return a collection of class objects, including any inner classes, rather than a single class.

This step is necessary to support #25

justynapt commented 2 years ago

find a new library and/or support in latest Java versions