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

Localization #6349

Closed
wants to merge 5 commits into from
Closed

Localization #6349

wants to merge 5 commits into from

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    4180da7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Implement adaptive localization

    Add option of running adaptive localization that can simply
    be turned on and does not need any user input.
    Only parameters that are significantly correlated to responses
    will be updated.
    Default value of what constitutes significant correlation is calculated
    based on theory, but can be set by the user.
    dafeda committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d80f169 View commit details
    Browse the repository at this point in the history
  2. Introduce param_correlation_sets

    Fix typing
    dafeda committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    270170c View commit details
    Browse the repository at this point in the history
  3. Add tests for adaptive localization with threshold 0.0 and 1.0

    Co-authored by: Berent Å. S. Lunde <[email protected]>
    kvashchuka committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c8fa508 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    2662448 View commit details
    Browse the repository at this point in the history