Description Usage Arguments Details Value Author(s) Examples
This function provides a list of default parameters including the Genetic Algorithm parameters.
1 | 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
1 2 3 | 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.