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

[READY] ENH - Add Gram Solver for single task Quadratic datafit #59

Merged
merged 27 commits into from
Aug 26, 2022

Commits on Aug 24, 2022

  1. init commit

    Badr-MOUFAD committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b8fd539 View commit details
    Browse the repository at this point in the history
  2. gram solver && unit test

    Badr-MOUFAD committed Aug 24, 2022
    3 Configuration menu
    Copy the full SHA
    c2aecba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    507fc8a View commit details
    Browse the repository at this point in the history
  4. add anderson acceleration

    Badr-MOUFAD committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c9b64c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20c1911 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. refactoring of var names

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f2e985d View commit details
    Browse the repository at this point in the history
  2. handle w_init

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2dbc8e4 View commit details
    Browse the repository at this point in the history
  3. refactor _gram_cd_

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8ca7a41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3453233 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d3dbc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdd7e34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4bfeaf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95cf1d4 View commit details
    Browse the repository at this point in the history
  9. add docs

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4c0acca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dcab054 View commit details
    Browse the repository at this point in the history
  11. fast gram timing

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e8bc96e View commit details
    Browse the repository at this point in the history
  12. keep grads instead

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    61a67c4 View commit details
    Browse the repository at this point in the history
  13. refactor chosen_j

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1b6c169 View commit details
    Browse the repository at this point in the history
  14. script to profile

    Badr-MOUFAD committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c9c5575 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    68a0458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3788cc4 View commit details
    Browse the repository at this point in the history
  3. cleanups: ann files

    Badr-MOUFAD committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1ce391d View commit details
    Browse the repository at this point in the history
  4. fix p_obj computation

    Badr-MOUFAD committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2476a34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f766e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3208dfa View commit details
    Browse the repository at this point in the history
  7. typo: XtXw --> grad

    Badr-MOUFAD committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    16f6ee4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9b7224 View commit details
    Browse the repository at this point in the history