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

[FEAT]: Add NNStopping #81

Merged
merged 38 commits into from
Feb 9, 2024
Merged

Commits on Jan 23, 2024

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

Commits on Jan 26, 2024

  1. feat: add NNStopping for OptimalStopping Problem

    Refactors old code from NeuralPDE
    ashutosh-b-b committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2c516a3 View commit details
    Browse the repository at this point in the history
  2. chore: export NNStopping

    ashutosh-b-b committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1fe1d3f View commit details
    Browse the repository at this point in the history
  3. test: add tests for NNStopping

    - adds test for a Bermudan max call example from paper
    - adds test for a Put Basket in Duprie's local volatility model
    ashutosh-b-b committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3faa879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d346a80 View commit details
    Browse the repository at this point in the history
  5. test: enable tests

    ashutosh-b-b committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f5c4fd5 View commit details
    Browse the repository at this point in the history
  6. chore: fix formatting

    ashutosh-b-b committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ab340cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0d07fb View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e670a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ff37e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de266d2 View commit details
    Browse the repository at this point in the history
  4. feat: add dispatch on PIDEProblem for non linear term 0

    This dipatch will cater to defining optimal stopping problems and kolmogorov PDE problems
    ashutosh-b-b committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a935123 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71fe64c View commit details
    Browse the repository at this point in the history
  6. test: update tests

    ashutosh-b-b committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d9d9f4c View commit details
    Browse the repository at this point in the history
  7. docs: update docs

    ashutosh-b-b committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    425ab15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ada89c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab4be5a View commit details
    Browse the repository at this point in the history
  10. test: update tests

    ashutosh-b-b committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    31a64f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    901470e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    130cd20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd1d23b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5ed8e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9656d8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32a66cc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    518a2f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc66a82 View commit details
    Browse the repository at this point in the history
  3. test: update tests

    ashutosh-b-b committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ee934ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc048a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

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

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    125182d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9534761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7358f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53cc92b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f1c148 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66372d3 View commit details
    Browse the repository at this point in the history