Usage
exhaustive(CNOlist, model, shuffle=FALSE, Nmax=NULL, verbose=TRUE, sizeFac =
0.0001, NAFac = 1, relTol=0.1, timeIndex=2)
Arguments
CNOlist
a CNOlist on which the score is based (based on valueSignals[[2]], i.e. data at
time 1)
model
a model structure, as created by readSIF
, normally pre-processed but that
is not a requirement of this function
shuffle
The list of bitstrings is set up arbitrarely. You may want to shuffle it.
Nmax
The total number of computation will be 2 to the power N, where N is the size of
the model (ReacID field). The total number of computation can be large. You may
want to set a maximumn number of computation using Nmax.
sizeFac
the scaling factor for the size term in the objective function, default to 0.0001
NAFac
the scaling factor for the NA term in the objective function, default to 1
relTol
the relative tolerance for the best bitstring reported by the genetic algorithm,
i.e., how different from the best solution, default set to 0.1
Not yet implemented.
verbose
logical (default to TRUE) do you want the statistics of each generation to be printed on the screen?
timeIndex
the index of the time point to optimize. Must be greater or
equal to 2 (1 corresponds to time=0). Must be less than the number of time
points. Default is 2.