-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
#' @param search_space ([paradox::ParamSet])\cr | ||
#' Specifies the search space for the [Optimizer]. | ||
#' The [paradox::ParamSet] describes either a subset of the `domain` of the [Objective] or it describes a set of parameters together with a `trafo` function that transforms values from the search space to values of the domain. | ||
#' Depending on the context, this value defaults to the domain of the objective. | ||
#' Specifies the search space for the [Optimizer]. The [paradox::ParamSet] | ||
#' describes either a subset of the `domain` of the [Objective] or it describes | ||
#' a set of parameters together with a `trafo` function that transforms values | ||
#' from the search space to values of the domain. Depending on the context, this | ||
#' value defaults to the domain of the objective. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#' @section Progress Bars: | ||
#' `$optimize()` supports progress bars via the package \CRANpkg{progressr} | ||
#' combined with a [Terminator]. Simply wrap the function in | ||
#' `progressr::with_progress()` to enable them. We recommend to use package | ||
#' \CRANpkg{progress} as backend; enable with `progressr::handlers("progress")`. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.