| AHELP for CIAO 4.5 Sherpa v1 | list_iter_methods |
Context: methods |
Synopsis
List all Sherpa iterative fitting methods.
Syntax
list_iter_methods()
Description
Sherpa includes multiple iterative fitting methods for fitting models to data. The list_iter_methods command lists these available methods, by name; it accepts no arguments.
The essence of an iterative fitting method is that the chosen fit optimization method can be called several times, until some criterion is met. The fit statistic and optimization methods are selected independently of the iterative fitting method. If the current iterative fitting method is set to the default value of 'none', then the optimization method is called only once when "fit()" is called.
Example
sherpa> list_iter_methods()
['none', 'primini', 'sigmarej']
The list_iter_methods() function lists the names of all iterative fitting methods available in Sherpa. Note that the default value for the current iterative fitting method is 'none'.
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- fitting
- fit
- info
- list_functions, list_response_ids
- methods
- get_iter_method_name, get_iter_method_opt, gridsearch, levmar, list_methods, moncar, neldermead, set_iter_method, set_iter_method_opt, set_method, set_method_opt
- models
- list_model_components, list_models
- plotting
- plot_fit
- statistics
- get_stat, list_priors, list_samplers, set_sampler_opt
- utilities
- calc_chisqr, calc_stat
- visualization
- contour_resid, image_fit

![[Sherpa Logo]](../imgs/sherpa_logo_navbar.gif)