Closed be-marc closed 3 years ago
The progressr package kills a progressr automatically in version 0.7.0 when the function calling progressr::progressor() finishes. This PR creates the progressor in $optimize() to keep the progressr alive during optimization.
progressr::progressor()
progressor
$optimize()
The progressr package kills a progressr automatically in version 0.7.0 when the function calling
progressr::progressor()
finishes. This PR creates theprogressor
in$optimize()
to keep the progressr alive during optimization.