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

Update surrogate models on migration #156

Open
oskar-taubert opened this issue Sep 12, 2024 · 0 comments
Open

Update surrogate models on migration #156

oskar-taubert opened this issue Sep 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@oskar-taubert
Copy link
Member

Currently surrogate models are only updated during intra-island updates. For the simpler ones this is probably fine, but migration and pollination could also affect the more complex ones.
Question is: Do we only want to "add" information to the surrogate or also "remove" it when individuals are migrating out of the island population?
That might make Surrogate.merge methods a lot more complex.

E.g. for StaticSurrogate, if we remove the old baseline, because it has migrated away, what would we replace it with?
Probably best to only add info.

@oskar-taubert oskar-taubert added the bug Something isn't working label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant