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 arbitrary initial condition in exit_entry_times #282

Open
Datseris opened this issue Sep 24, 2022 · 0 comments
Open

Allow arbitrary initial condition in exit_entry_times #282

Datseris opened this issue Sep 24, 2022 · 0 comments
Labels
easy good first issue rare-events Rare events and extreme values

Comments

@Datseris
Copy link
Member

Recent PR re-worked the return times code: #278 .

Currently, the code is set up so that the trajectory always starts for the set center. However, it would be very nice if we allow any arbitrary initial condition irrespective of cell center. This is easy to achieve. There are comments in the source code of what needs to be done:

    # TODO: Improve the algorithm so that starting within u0 is not mandatory.
    # Useful because `u0` can often be a fixed point.
    # The logic that needs to change is first `transit_return_times` and then
    # to actually check in `exit_entry_times` if we start inside the set,
    # and thus set the `prev_outside` accordingly.
@Datseris Datseris added good first issue easy rare-events Rare events and extreme values labels Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy good first issue rare-events Rare events and extreme values
Projects
None yet
Development

No branches or pull requests

1 participant