Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 476 Bytes

File metadata and controls

20 lines (14 loc) · 476 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

    minimizer_types