gintool / gin

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

Improve GP search #44

Closed justynapt closed 3 years ago

justynapt commented 3 years ago

Basic GenProg-like GP search added in utilities. A few efficiency improvements could be made: history recording (to avoid fitness-recalculations), early termination (e.g. for bug fixing when fix is found, or on first timeout for runtime improvement). Tests are also missing.

justynapt commented 3 years ago

various improvements implemented. closing