diff --git a/R/helper.R b/R/helper.R index ae3c036d..cc5930a0 100644 --- a/R/helper.R +++ b/R/helper.R @@ -57,7 +57,6 @@ transform_xdt_to_xss = function(xdt, search_space) { #' @export optimize_default = function(inst, self, private) { assert_instance_properties(self, inst) - if (is.null(inst$archive$start_time)) inst$archive$start_time = Sys.time() if (isNamespaceLoaded("progressr")) { # initialize progressor # progressor must be initialized here because progressor finishes when exiting a function since version 0.7.0