Initialise the parameter structure for the shape optimisation routines. Choose default parameters, and set whether or not “verbose” log chatter should be printed.
nProc specifies the number of processes to use for some
steps that can be done in parallel (like the line search with
so_step_armijo
). If this number is larger than one,
the function pararrayfun
from the parallel
package
must be available.
The result of this function call can be used as a basis for defining
data.p
. Values can be overwritten after the call where desired.
See also: so_run_descent, so_step_armijo, pararrayfun.
Package: level-set