Synopsis
List the optimization methods.
Syntax
list_methods()
Example
>>> list_methods() ['gridsearch', 'levmar', 'moncar', 'neldermead', 'simplex']
PARAMETERS
This function has no parameters
Return value
The return value from this function is:
methods -- A list of the names that can be used with `set_method` .
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- info
 - get_functions, list_functions, list_response_ids
 - methods
 - gridsearch, levmar, list_iter_methods, moncar, neldermead, set_method, set_method_opt
 - models
 - list_model_components, list_models
 - statistics
 - list_priors, list_samplers, set_sampler_opt