defaultParameters: Create a list of default parameters

Description Usage Arguments Details Value Author(s) Examples

View source: R/defaultParameters.R

Description

This function provides a list of default parameters including the Genetic Algorithm parameters.

Usage

1

Arguments

data

a CNOlist structure, as created by makeCNOlist

model

a model structure, as created by readSIF, normally pre-processed but that is not a requirement of this function

Details

The list contains the Genetic Algorithm parameter, a verbose option and can be used to store the Data and Model.

Value

params

a list with the fields: data, model, verbose and all default parameters of gaBinaryT1

Author(s)

T. Cokelaer

Examples

1
2
3
data(ToyModel, package="CellNOptR")
data(CNOlistToy, package="CellNOptR")
params = defaultParameters(CNOlistToy, ToyModel)

CellNOptR documentation built on Nov. 8, 2020, 6:58 p.m.