next up previous contents
Next: Integration Up: Optimization Previous: Examples   Contents


Specific parameters for the optimization procedures

We indicate here parameters that appear in the optimization procedures, their meaning, their default value and the corresponding name in the C++ library.

Parameter name Meaning C++ equivalent
`ALIAS/eepsilon` Accuracy on the optimum
`ALIAS/optimize` type of optimization ALIAS_Optimize
(automatically set by the procedure)
`ALIAS/optimize_lo_a` threshold on the distance between ALIAS_LO_A
the current minimum and a new
minimum to call the local optimizer
`ALIAS/optimize_lo_b` threshold on the distance between ALIAS_LO_B
the current maximum and a new
maximum to call the local optimizer
`ALIAS/stop_minmax` allows to exit from the ALIAS_Stop_Sign_Extremum
algorithm if the optimum have
opposite sign
`ALIAS/stop_opt_sol` allows to exit from the ALIAS_Stop
algorithm if the optimum is
better than a threshold
`ALIAS/opt_sol_min` threshold for stop_opt_sol ALIAS_Extremum
`ALIAS/opt_sol_max` threshold for stop_opt_sol ALIAS_Extremum
`ALIAS/opt_max`,`ALIAS/opt_min` allows to specify
initial values for the minimum
and/or maximum


next up previous contents
Next: Integration Up: Optimization Previous: Examples   Contents
Jean-Pierre Merlet 2012-12-20