get_iter_method_name

sherpa.ui.get_iter_method_name() str

Return the name of the iterative fitting scheme.

Returns:
name{‘none’, ‘sigmarej’}

The name of the iterative fitting scheme set by set_iter_method.

See also

list_iter_methods

List the iterative fitting schemes.

set_iter_method

Set the iterative-fitting scheme used in the fit.

Examples

>>> print(get_iter_method_name())