View source: R/default_parameters.R
viewDefaultOptimArgs | R Documentation |
viewDefautOptimArgs()
prints the default values of optimisation arguments (optimisationArguments
) used by generateScenarios
viewDefaultOptimArgs(optimizer = "RGN")
optimizer |
A string for the numerical optimizer. Default optimizer is 'RGN'. |
This a helper function that prints the default values of the optimisation arguments.
The user may specify alternate values of these arguments in fields named according to the corresponding argument name nested under
optimisationArguments
in a JSON file to use as the controlFile
input to the generateScenarios
function.
writeControlFile
# To view the default optimisation arguments
viewDefaultOptimArgs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.