-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for grammatical evolution #311
Comments
I like how PonyGE calls its high-level EA a "search_loop" That's more intuitive than the way we call our |
What we will want from PonyGE2 is in the grammar.py and possibly derivation.py modules. PonyGE2 is well-organized and documented at the meso-level, but doesn't appear to have unit tests. So we'll start there. |
See the PonyGE2 tech report. The complication around ramping is probably part of the "Ramped Half-and-Half" initialization scheme they discuss. Paper discussing initailization schemes in GE—may need to read it to understand what the code is doing: Fagan et al., 2016 |
Genomes are mapped to phenomes here mapper.py |
Started trying to translate code on my end, beginning with constructing the |
@lukepmccombs — Any further thoughts/progress/plans on this? We're dusting it off to try and continue. What we've got (and you'd already seen) is a light adaptation of the Looks like what still needs done is
|
We have a few work-related needs for grammatical evolution support.
The text was updated successfully, but these errors were encountered: