| local_search_control | R Documentation |
Control parameters for local search optimizer, see local_search() for details.
local_search_control(
minimize = TRUE,
n_searches = 10L,
n_steps = 5L,
n_neighs = 10L,
mut_sd = 0.1,
stagnate_max = 10L
)
minimize |
( |
n_searches |
( |
n_steps |
( |
n_neighs |
( |
mut_sd |
( |
stagnate_max |
( |
(local_search_control)
List with control params as S3 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.