list_iter_methods¶
-
sherpa.ui.
list_iter_methods
()¶ List the iterative fitting schemes.
Returns: schemes – A list of the names that can be used with set_iter_method. Return type: list of str See also
get_iter_method_name()
- Return the name of the iterative fitting scheme.
set_iter_method()
- Set the iterative-fitting scheme used in the fit.
Examples
>>> list_iter_methods() ['none', 'primini', 'sigmarej']