Skip to content
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 size mediated parent selection for lexicase survival #14

Open
lacava opened this issue May 31, 2017 · 1 comment
Open

add size mediated parent selection for lexicase survival #14

lacava opened this issue May 31, 2017 · 1 comment
Assignees

Comments

@lacava
Copy link
Owner

lacava commented May 31, 2017

include option to mediate lexicase survival via size of programs for each selection event.

@lacava
Copy link
Owner Author

lacava commented Jun 14, 2017

  • add flag for lex_size = True/False
    sizes = [len(i.stack) for i in individuals]
  • add sizes arg to ep_lex() in epsilon_lexicase.h
  • add size flag to ep_lex() in epsilon_lexicase.h
  • change line 103 to take only individuals under the size randomly selected from sizes
  • add new arguments to few_lib.pyx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants