Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Badr-MOUFAD committed Jul 15, 2024
1 parent ed7bf2d commit 7399ba0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skglm/solvers/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ def dist_fix_point_cd(w, grad_ws, lipschitz_ws, datafit, penalty, ws):


@njit
def dist_fix_point_bcd(
w, grad_ws, lipschitz_ws, datafit, penalty, ws):
def dist_fix_point_bcd(w, grad_ws, lipschitz_ws, datafit, penalty, ws):
"""Compute the violation of the fixed point iterate scheme for BCD.
Parameters
Expand Down

0 comments on commit 7399ba0

Please sign in to comment.