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

Add seed fixing option to PySMO's sampling methods to enhance reproducibility #1307

Merged
merged 30 commits into from
Jan 25, 2024

Commits on Feb 4, 2023

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

Commits on Feb 6, 2023

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

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    66b37e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d627e68 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. Adding a function for custom sampling.

    - User can explicitly define a distribution for sampling of each variable. Sampling options currently available are random, uniform and Gaussian.
    OOAmusat committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7bb0310 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Improve errors and warnings

    OOAmusat committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2eadf88 View commit details
    Browse the repository at this point in the history
  2. Tests for CustomSampling

    OOAmusat committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2a952a0 View commit details
    Browse the repository at this point in the history
  3. running black...

    OOAmusat committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1efb59c View commit details
    Browse the repository at this point in the history
  4. Updating docs and example.

    OOAmusat committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    741865a View commit details
    Browse the repository at this point in the history
  5. Fix docs

    OOAmusat committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    cdde009 View commit details
    Browse the repository at this point in the history
  6. Improve docsstrings.

    OOAmusat committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    879d720 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    6920ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87588ba View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    1bd7d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429dcc4 View commit details
    Browse the repository at this point in the history
  3. Update test_sampling.py

    OOAmusat committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d54f592 View commit details
    Browse the repository at this point in the history
  4. Update test_sampling.py

    OOAmusat committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fd9b7d1 View commit details
    Browse the repository at this point in the history
  5. Add missing check in init

    OOAmusat committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dc4de4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e00f62 View commit details
    Browse the repository at this point in the history
  7. Update test_sampling.py

    OOAmusat committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9f36da4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    361077c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcb8c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3af1da5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Jan 11, 2024

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

Commits on Jan 18, 2024

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

Commits on Jan 25, 2024

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