View source: R/create_terminator.R
create_terminator | R Documentation |
Function that given a task returns a suitable list of learners
create_terminator(vec_terminators = NULL)
vec_terminators |
list of termination criteria |
list of termination
create_terminator() vec_terminators <- list(c("eval", 10), c("rt", 1000)) create_terminator(vec_terminators = vec_terminators)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.