Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 489 Bytes

File metadata and controls

21 lines (15 loc) · 489 Bytes

Optimization Algorithms

The different minimizers used in Fitbenchmarking implement various numerical optimization algorithms. These are catagorised by the algorithm type list, with options detailed below, along with advantages/disadvantages of each algorithm.

.. toctree::
    :titlesonly:
    :maxdepth: 2
    :caption: Algorithm Types:

    deriv_free
    line_search
    trust_region
    bayesian

    minimizer_types