View source: R/defaultParameters.R
defaultParameters | R Documentation |
This function provides a list of default parameters including the Genetic Algorithm parameters.
defaultParameters(data=NA, model=NA)
data |
a CNOlist structure, as created by |
model |
a model structure, as created by |
The list contains the Genetic Algorithm parameter, a verbose option and can be used to store the Data and Model.
params |
a list with the fields: |
T. Cokelaer
data(ToyModel, package="CellNOptR")
data(CNOlistToy, package="CellNOptR")
params = defaultParameters(CNOlistToy, ToyModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.