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 initial guess for the Brute Force algorithm of Minimal Fatal Shock #155

Open
Datseris opened this issue Oct 7, 2024 · 0 comments
Open
Labels
basin boundaries Related with the boundaries of basins of attraction enhancement New feature or request good first issue Good for newcomers tipping Tipping points related stuff

Comments

@Datseris
Copy link
Member

Datseris commented Oct 7, 2024

Describe the feature you'd like to have

Some dynamical systems have simple enough basins and/or are low dimensional enough that the brute force approach is faster and more accurate. Additionally if one has a good initial guess of the norm or direction of the shock, then the algorithm can be even faster.

Only the black box optimization version allows for a user-provided initial guess. We should augment the brute force version with this possibility as well. If an initial guess is given then the first step of randomly searching for vectors is skipped, and we go directly into the second step of step by step decreasing the radius.

@Datseris Datseris added enhancement New feature or request good first issue Good for newcomers basin boundaries Related with the boundaries of basins of attraction tipping Tipping points related stuff labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basin boundaries Related with the boundaries of basins of attraction enhancement New feature or request good first issue Good for newcomers tipping Tipping points related stuff
Projects
None yet
Development

No branches or pull requests

1 participant