Skip to content

Commit

Permalink
Merge pull request #58 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.6 release - take II
  • Loading branch information
ablaom authored Sep 25, 2023
2 parents b40ff9f + b12c0bc commit 711132f
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 711132f

Please sign in to comment.