Skip to content

Commit 60f3a64

Browse files
committed
unused arg
1 parent 6de3911 commit 60f3a64

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lpsmap/tests/fw.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ def __init__(self, polytope, penalize_v=False, max_iter=100,
2121
The number of FW iterations to run.
2222
variant: {'vanilla' | 'away-step' | 'pairwise'}
2323
FW variant to run. Pairwise seems to perform the best.
24-
line search: {'exact' | 'adaptive' | 'oblivious'}
2524
tol: float,
2625
Tolerance in the Wolfe gap, for convergence.
2726
"""
2827
self.polytope = polytope
2928
self.penalize_v = penalize_v
3029
self.max_iter = max_iter
3130
self.variant = variant
32-
self.line_search = line_search
3331
self.tol = tol
3432

3533
def _reconstruct_guess(self, active_set):

0 commit comments

Comments
 (0)