Description Usage Arguments Value Super classes Active bindings Methods
A class defines a random search task specification.
1 | new_search_random(options = NULL, keys = NULL)
|
options |
A Options class object. |
keys |
A named character vector of keys. |
A new SearchRandom
class object
ml4e::Task
-> ml4e::SearchBase
-> SearchRandom
progress
A list of random search calculation progress.
progress_str
A character of progress.
new()
Construct a new SearchRandom
class object.
SearchRandom$new(options = NULL, keys = NULL)
options
A Options class object.
keys
A named character vector of keys.
A new SearchRandom
class object
print()
Print object.
SearchRandom$print()
do()
Run a random search. The result will be stored in self$result
.
SearchRandom$do(num = NULL)
num
A integer scalar of how many parameters to be calculated.
clone()
The objects of this class are cloneable with this method.
SearchRandom$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.