Skip to content

Commit

Permalink
change the default Step() to close #49
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 25, 2023
1 parent ab5c2a8 commit b12c0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLJIteration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for control in CONTROLS
eval(:(export $control))
end

const CONTROLS_DEFAULT = [Step(10),
const CONTROLS_DEFAULT = [Step(1),
Patience(5),
GL(),
TimeLimit(0.03), # about 2 mins
Expand Down

0 comments on commit b12c0bc

Please sign in to comment.