list_iter_methods
- sherpa.astro.ui.list_iter_methods() list[str]
List the iterative fitting schemes.
- Returns:
schemes – A list of the names that can be used with
set_iter_method
.- Return type:
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', 'sigmarej']