Skip to content

Commit d1c84ab

Browse files
committed
test: reduce size of parametric test
1 parent 6f630ca commit d1c84ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/ext/mlj/templates/test_parametric_template_expressions.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ end
304304
model = SRRegressor(
305305
binary_operators = (+, -, *, /),
306306
niterations = 300,
307+
populations = 8,
307308
maxsize = 20,
308309
expression_spec = template,
309310
early_stop_condition = (loss, complexity) -> loss < 1e-5 && complexity < 10, #src

0 commit comments

Comments
 (0)