From a4e40a88d31f100c9c773737cbc03037f54c24f1 Mon Sep 17 00:00:00 2001 From: be-marc Date: Thu, 5 Oct 2023 14:11:33 +0200 Subject: [PATCH] refactor: debug message --- R/HotstartStack.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/HotstartStack.R b/R/HotstartStack.R index b7d00d068..ea9d42354 100644 --- a/R/HotstartStack.R +++ b/R/HotstartStack.R @@ -159,7 +159,7 @@ HotstartStack = R6Class("HotstartStack", ][, "cost" := map_dbl(start_learner, function(l) calculate_cost(l, learner, hotstart_id)) ][which_min(get("cost"), na_rm = TRUE), start_learner] - lg$debug("Found %i start learner(s) in hotstart stack.", length(start_learner)) + lg$debug("Found %i start learner(s) in hotstart stack of size %i.", length(start_learner), nrow(self$stack)) if (!length(start_learner)) return(NULL) learner$state = start_learner[[1]]$state