Skip to content

Commit ddb03f9

Browse files
fix linter again
1 parent b7ee5f7 commit ddb03f9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

skglm/experimental/solver_strategies.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
"""Stage-based tuning of solver hyper-parameters for continuation and
2-
progressive-refinement algorithms.
1+
"""Solver strategy implementations for optimization pipelines.
32
4-
Early stages: loose tolerance, few iterations, small working set
5-
--> quick coarse answers.
6-
Later stages: tight tolerance, more iterations, suitably sized working set
7-
--> refined, accurate solution.
3+
This module provides strategies for adapting solver parameters during optimization
4+
stages, particularly for continuation and progressive-smoothing pipelines.
85
"""
96

107
from sklearn.base import clone
@@ -26,8 +23,7 @@
2623

2724

2825
class StageBasedSolverStrategy:
29-
"""Stage-wise tuning of a base solver for continuation and
30-
progressive-smoothing pipelines.
26+
"""Stage-wise tuning of a base solver for continuation and progressive-smoothing.
3127
3228
This class adapts solver parameters based on the stage of optimization.
3329
"""

0 commit comments

Comments
 (0)