Skip to content

Commit 17bed8c

Browse files
committed
Update solve.jl
1 parent dad951f commit 17bed8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ function __init__()
604604
minimum(result), #pick_best_f
605605
Evolutionary.iterations(result), #iteration
606606
Evolutionary.converged(result), #convergence status
607+
true,
607608
t1 - t0,
608609
NamedTuple())
609610
end

0 commit comments

Comments
 (0)