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

Breed diverse parents #11

Open
blexim opened this issue May 26, 2014 · 0 comments
Open

Breed diverse parents #11

blexim opened this issue May 26, 2014 · 0 comments

Comments

@blexim
Copy link
Owner

blexim commented May 26, 2014

Observation: if we have 10 test vectors, and programs A and B, if A passes tests 1,3, 5 and B passes tests 2, 7, 8 we might want to breed them together. If C passes 1, 3, 5, 7 it's fitter than B but is unlikely to make a better mate for A than B is.

Think about having a fitness function output a vector of fitness values for each test case, then breed together solutions that score well on different tests.

@blexim blexim added this to the Solving paper milestone May 26, 2014
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

1 participant