mlr-org / bbotk

Black-box optimization framework for R.
https://bbotk.mlr-org.com
GNU Lesser General Public License v3.0
21 stars 9 forks source link

fix progressr #150

Closed be-marc closed 3 years ago

be-marc commented 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.