Back tracking if the line search produces estimate with larger cost.
First value evaluated for bracketing in linesearch.
Maximum number of iterations for bracketing.
Maximum number of iterations before searching in opposite direction.
Type of linesearch algorithm. Default: brent.
Maximum iterations of linesearch.
Tolerance of the absolute search range.
Tolerance of the relative search range.
Configure cost function to minimize
Specify the multiplication factor for the quadratic cost function.
algorithm
type of algorithm, default = BFGS, other option = ConjugateGradient
method for conjugategradient algorithm
maxIterations, default 25
absTolGrad, defalut 0.01
relTolGrad, defalut 0.01
absTolStep, defalut 0.001
relTolStep, defalut 0.01
Specify outer-loop stopping criteria.
Specify inner-loop / linesearch criteria.
Configuration of 3DVar algorithm.