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

Improve documentation and introduce simple synthetic examples #4

Merged
merged 35 commits into from
Dec 3, 2023

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    c334143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116b4e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    511c9d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c81616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eecb38 View commit details
    Browse the repository at this point in the history
  6. use scientific types

    slwu89 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1022971 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7cba3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cf133f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16dac8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30dd4ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed58b3f View commit details
    Browse the repository at this point in the history
  12. Fix plot_front and fix tutorial

    Remove the condition on the maximum design cost in `plot_front`.
    
    Fix `SimpleGenerative.jl` tutorial.
    thevolatilebit authored and slwu89 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cf69b9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7728615 View commit details
    Browse the repository at this point in the history
  14. update for #3

    slwu89 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    53dd9c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c3da294 View commit details
    Browse the repository at this point in the history
  16. text for SimpleStatic

    slwu89 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1355c68 View commit details
    Browse the repository at this point in the history
  17. use Copulas.jl

    slwu89 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8828d96 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    089b3c8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8083f01 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6844e4a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    e00de35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9189891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e3fc11 View commit details
    Browse the repository at this point in the history
  4. test build

    slwu89 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    3486272 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9e380cc View commit details
    Browse the repository at this point in the history
  2. Trim output

    thevolatilebit committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    785263a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    010e883 View commit details
    Browse the repository at this point in the history
  4. Fixed signature

    thevolatilebit committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6bbb021 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cd8673 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    f3b85a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f6037 View commit details
    Browse the repository at this point in the history
  3. Fixing tutorials.

    thevolatilebit committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    e3e1b15 View commit details
    Browse the repository at this point in the history
  4. Fixing QuadraticDistance and uncertainties

    Optimizes code in `distancebased.jl`.
    
    Changes the way that an "uncertainty" is provided. That is,
    while "distances" and "similarities" are provided by a user through
     a function call, an "uncertainty" was originally given as a type.
    
    Fixes #13
    thevolatilebit committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b50a3cb View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Fixed Mahalanobis distance, tutorials (#12)

    - Implemented a variant of sq. Mahalanobis distance
    with missing entries, see https://www.jstor.org/stable/3559861
    on page 285, fixes #12
    - Renamed `MahalanobisDistance` to `SquaredMahalanobisDistance`
    - Minor adjustments to tutorials
    - Removed extra dependencies
    - Incremented version
    
    Fixes #11 and #12
    thevolatilebit committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    85c17c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b03af View commit details
    Browse the repository at this point in the history