nag_opt_lsq_no_deriv (e04fcc) Example Program Optional Parameters

Following optional parameter settings are read by e04xyc

begin e04fcc

/* Results printout set to fullest detail */
print_level = Nag_Soln_Iter_Full

/* Estimate minimum will be within 10 units of the
 * starting point.
 */
step_max = 10.0

end