Usage
Doptimize(N, k, nrestarts, alpha1 = 1, alpha2 = 0, alpha3 = 0, verbose = 1, method = 0, niter = 1e+05, maxtime = 500)
Arguments
nrestarts
Number of restarts to generated an optimal design
alpha1
Parameter of the optimization function
alpha2
Parameter of the optimization function
alpha3
Parameter of the optimization function
verbose
Integer that determines the amount of debug output
method
Integer, default: 0. The method 0 uses updates of single elements of the design matrix. The method 1 uses swaps of 2 elements of the matrix.
niter
Integer (maximum number if iteration steps in the optimization)
maxtime
Float (maximum running time before aborting the optimization)