Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 12, 2024
1 parent d41360c commit 0de33b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/OptimizerAsync.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ optimize_async_default = function(instance, optimizer, design = NULL, n_workers
}

# assign result
print(instance$archive$n_evals)
get_private(optimizer)$.assign_result(instance)
lg$info("Finished optimizing after %i evaluation(s)", instance$archive$n_evals)
lg$info("Result:")
Expand Down

0 comments on commit 0de33b2

Please sign in to comment.