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

Parameter-by-parameter continuation using featurizing #69

Closed
wants to merge 6 commits into from

Commits on May 29, 2023

  1. implement attractor extraction in featurizing when ics are a sampler …

    …function; not the featurizing mapper in basins_fractions extracts attractors in all cases, this will be useful in continuation
    KalelR committed May 29, 2023
    Configuration menu
    Copy the full SHA
    50dbebc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. allow additional_ics to be passed to add support for continuation thr…

    …ough featurizing_find_and_match
    KalelR committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ae17873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6c265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6519ff0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. removed support for ics as sampler function in the continuation throu…

    …gh featurizing; I realized that the ics cannot be re-generated consistently from the sampler if the ics are originally generated in a threaded loop - the uncertain order of the threads makes the access to the sampler unpredictable, and so impossible to re-generate
    KalelR committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    39e83c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56484b View commit details
    Browse the repository at this point in the history