set_global_variance,optimizer-method | R Documentation |
Method to set the global variance of an optimizer model.
## S4 method for signature 'optimizer' set_global_variance(object, variance)
object |
An optimizer object |
variance |
Value to set the variance |
Updated Optimizer object
## Not run: # Set Optimizer global variance to 10% opt <- opt %>% set_global_variance(variance = .10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.