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

test: add fast optimize test #360

Merged
merged 16 commits into from
Dec 1, 2021
Merged

Commits on Dec 1, 2021

  1. feat: import Minuit2 and Scipy from optimizer

    This makes it possible to do:
    
      from tensorwaves.optimizer import Minuit2
    redeboer committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    374db1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270fe7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d65144c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b47156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de0253f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d491362 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32fb61e View commit details
    Browse the repository at this point in the history
  8. fix: cast estimator value to float

    Causes issue with Scipy
    redeboer committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    afdb4e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e40dc37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0d2aed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f7c682 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a3096a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f1e4cde View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    915fe50 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1cbec72 View commit details
    Browse the repository at this point in the history
  16. chore: import Minuit as module from iminuit

    This is a bit less confusing with the class names
    redeboer committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    608cf6c View commit details
    Browse the repository at this point in the history