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

Immutable Testing #4

Open
nsmryan opened this issue Aug 22, 2019 · 0 comments
Open

Immutable Testing #4

nsmryan opened this issue Aug 22, 2019 · 0 comments
Assignees

Comments

@nsmryan
Copy link
Owner

nsmryan commented Aug 22, 2019

Performance testing with immutable structures and single traversal of data.

Either find a way to combine mutation and crossover, or have each operation output a description of what it wants to do (dense update, sparse update, move block) and treat the whole population as a single tree.
Specialize for a GA at first, generate the movements desired, and resolve what needs to happen. Then just go through the population once, doing O(n) splits taking O(ln(n)) time and joins taking O(ln(n)) time.
Do performance testing against the other RGEP implementations to see if the cache behavior helps enough to make this worth it.

@nsmryan nsmryan self-assigned this Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant