gintool / gin

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

Multiclass Capability #10

Open drdrwhite opened 6 years ago

drdrwhite commented 6 years ago

Currently, gin only supports single-class optimisation.

A paper in development, and general application, requires the ability to handle larger systems.

This issue is to discuss and record development to that end.

drdrwhite commented 6 years ago

Note that in-memory compilation will result in failed tests if the class has inner classes. This can be fixed by forking (again) the InMemoryCompiler and extracting the inner class file(s) from the memory-based files storing the result of compilation. See #27.

drdrwhite commented 6 years ago

This has been implemented, but not yet ready for release.