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

Speeding up subsolvers #391

Merged
merged 47 commits into from
Nov 7, 2022
Merged

Speeding up subsolvers #391

merged 47 commits into from
Nov 7, 2022

Commits on Oct 11, 2022

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

Commits on Oct 12, 2022

  1. polish documentation

    mpetrosian committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    e64a92c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. render take_preliminary_gradient_descent_step_and_check_for_solution …

    …numba compatible and jitted
    mpetrosian committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    209654a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f981185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05c558b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad51d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d189bf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

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

Commits on Oct 24, 2022

  1. jit trs_box_quadratic

    mpetrosian committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e68e9ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfaf86d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    1ed1418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf691b3 View commit details
    Browse the repository at this point in the history
  3. Add more tests.

    mpetrosian committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    1e160c4 View commit details
    Browse the repository at this point in the history
  4. Add more tests.

    mpetrosian committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7c4c6ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91c2628 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    6390e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca6f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183aaa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fb3254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6128cc3 View commit details
    Browse the repository at this point in the history
  6. fix a test

    mpetrosian committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6719add View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    ecdaf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da860cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    761deea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    316a0dc View commit details
    Browse the repository at this point in the history
  5. Get rid of namedtuples

    mpetrosian committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    57f447f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    4bec07f View commit details
    Browse the repository at this point in the history
  2. Hadn't save a change

    mpetrosian committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5b07c47 View commit details
    Browse the repository at this point in the history
  3. Relax a test

    mpetrosian committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4f60a34 View commit details
    Browse the repository at this point in the history
  4. Resolve merge conflicts

    mpetrosian committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c2c9ded View commit details
    Browse the repository at this point in the history
  5. Fix tests in bntr_fast

    mpetrosian committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1a67735 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f579e9 View commit details
    Browse the repository at this point in the history
  7. in bntr_quadratic, generate initial x_candidate inside take_prelimina…

    …ry_gradient_descent_step...
    mpetrosian committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b84c6a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e412b12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90d4792 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fee3309 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5b9e52 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a945364 View commit details
    Browse the repository at this point in the history
  13. update paths in codecov

    mpetrosian committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4e626a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Update docstrings

    mpetrosian committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2dc98ae View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    3b92b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33eb09b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c186422 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    369a256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ffd86 View commit details
    Browse the repository at this point in the history
  3. Incorporate pr comments

    mpetrosian committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c9c23d2 View commit details
    Browse the repository at this point in the history