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 extrapolation to the Bernstein polynomial transformation #37

Merged
merged 36 commits into from
Apr 11, 2024

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    9fb77a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef2f47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    279f84b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    788cb0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebb7939 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b8c0cd View commit details
    Browse the repository at this point in the history
  7. fix extrapolation on gpu

    Marcel Arpogaus authored and MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3c2c469 View commit details
    Browse the repository at this point in the history
  8. add eps scaling to ladj

    MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    801a3d9 View commit details
    Browse the repository at this point in the history
  9. Fixed numerical issue involving log(0)

    1. When to log-Scale
    2. #sigmoid(17) is 1.0! --> clamping to 1e-6 1e+6
    oduerr authored and MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bcf0f9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96db9c9 View commit details
    Browse the repository at this point in the history
  11. fix ladj for linear case

    MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b0ad995 View commit details
    Browse the repository at this point in the history
  12. remove unneeded eps scaling

    MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cb703c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    500319a View commit details
    Browse the repository at this point in the history
  14. add additional reference to BNF density forecasting paper

    adds additional reference to BNF density forecasting paper
    MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3d194f0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae9f2e9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72d3d96 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    397b2a9 View commit details
    Browse the repository at this point in the history
  18. Updates doc string

    MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1f45095 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8f2d26b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    97c7234 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    18f2b0e View commit details
    Browse the repository at this point in the history
  22. remove unneeded attributes

    MArpogaus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a299b70 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4ba1c72 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bd86479 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    13ead7d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    38f0c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83727f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb5f73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5da217e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19d02d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecf0773 View commit details
    Browse the repository at this point in the history
  7. uses single quotes for strings

    Co-authored-by: François Rozet <[email protected]>
    MArpogaus and francois-rozet authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    67293e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ff4386 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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