Optimiser wrapper for network models
Optimiser( i = NULL, maxit = 10000, method = "Nelder-Mead", A, N_p, fixedSt_P = c(), N_unif_P = 0, func, ExtraSettings = NULL )
i
: RNG Seed to setmaxit
: Maximum number of iterations to be passed to optim (default is 10000)method
: Optimiser method to pass to optim. Default isA
: Interaction Presence-Absence matrixN_p
: Number of parameters to draw from a normal distributionfixedSt_P
: Vector of fixed parameters to passN_unif_P
: Number of parameters to take from a uniform distributionfunc
: Function to optimiserExtraSettings
: Additional setting to pass to controlA 'fit' object form optim, with a few of the input parameters attached.
Useful links