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

BUG #394 fix prox and regularization #544

Merged
merged 31 commits into from
Sep 10, 2024
Merged

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    298807e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2df39a View commit details
    Browse the repository at this point in the history
  3. CLN: linting

    himkwtn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b436eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    070d0c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. ENH: unit tests for get_prox

    himkwtn committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    58a0ce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    14b564a View commit details
    Browse the repository at this point in the history
  2. bug: fix duplicate test name

    himkwtn committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c2bb3ee View commit details
    Browse the repository at this point in the history
  3. CLN: remove debug variable

    himkwtn committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3cad8f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. BUG: fix l0 reg

    himkwtn committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4509ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b35f24c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86fef20 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. ENH: improve get prox/reg

    - move to private function
    - rename lam to regularization_weight
    - remove cad
    - add docstring
    - add validation
    himkwtn committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9ff815a View commit details
    Browse the repository at this point in the history
  2. ENH: remove cad

    himkwtn committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    89ead0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    658c300 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. CLN: clean up util code

    himkwtn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1387b81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded5b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d971225 View commit details
    Browse the repository at this point in the history
  4. CLN: fix linting

    himkwtn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    de58118 View commit details
    Browse the repository at this point in the history
  5. CLN: fix linting

    himkwtn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ba3798e View commit details
    Browse the repository at this point in the history
  6. CLN: fix linting

    himkwtn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6928455 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. change shape validation

    himkwtn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    05ee9e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2981f77 View commit details
    Browse the repository at this point in the history
  3. clean up docstring

    himkwtn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c2237bf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    5ee3bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870525d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix according to comments

    himkwtn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a0475aa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix lint

    himkwtn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8a2afeb View commit details
    Browse the repository at this point in the history
  2. test weighted_prox

    himkwtn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a513d76 View commit details
    Browse the repository at this point in the history
  3. publish notebook

    himkwtn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    98df181 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. manually fix notebook

    himkwtn committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    90967e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ce00d View commit details
    Browse the repository at this point in the history