Usage
minlpLBodeSSm(cnolist, model, ode_parameters = NULL, int_x0=NULL, indices = NULL, maxeval = Inf,
maxtime = 100, ndiverse = NULL, dim_refset = NULL, local_solver = NULL, time = 1,
verbose = 0, transfer_function = 3, reltol = 1e-04, atol = 0.001, maxStepSize = Inf,
maxNumSteps = 1e+05, maxErrTestsFails = 50, nan_fac = 1)
Arguments
cnolist
A list containing the experimental design and data.
model
The logic model to be simulated.
int_x0
Vector with initial solution for integer parameters.
indices
Indices to map data in the model. Obtained with indexFinder function from CellNOptR.
maxeval
Maximum number of evaluation in the optimization procedure.
maxtime
Maximum number of evaluation spent in optimization procedure.
ndiverse
Duration of the optinisation procedure.
dim_refset
Number of diverse initial solutions.
local_solver
Local solver to be used in SSm.
time
An integer with the index of the time point to start the simulation. Default is 1.
verbose
A logical value that triggers a set of comments.
transfer_function
The type of used transfer. Use 1 for no transfer function, 2 for Hill function and
for normalized Hill function.
reltol
Relative Tolerance for numerical integration.
atol
Absolute tolerance for numerical integration.
maxStepSize
The maximum step size allowed to ODE solver.
maxNumSteps
The maximum number of internal steps between two points being sampled before
the solver fails.
maxErrTestsFails
Specifies the maximum number of error test failures permitted in attempting
one step.
nan_fac
A penalty for each data point the model is not able to simulate. We recommend higher than
0 and smaller that 1.