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

Allow timeseries! to evolve particle until a condition is met #195

Merged
merged 5 commits into from
Jan 25, 2020
Merged

Conversation

Datseris
Copy link
Member

This is related to #194 and in fact implements the first half of it. Turns out it is actually pretty easy to evolve until a predicate is met. The difficult part would be to actually implement flexible data collection, but I think to do this one would really need to think about it and design it properly!

Regardless, the first part, of extending any kind of evolution to arbitrary predicates that I have implemented here can be readily applied to all other functions like e.g. evolve, mean collision time, whatever.

@Datseris Datseris merged commit edd79f8 into master Jan 25, 2020
@Datseris Datseris deleted the until branch January 25, 2020 00:42
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

Successfully merging this pull request may close these issues.

1 participant