{{ result_name }}


{% if table_description %}
{{ table_description }}
{% endif %}

{% if table_format %}

{{ table_format }}

{% endif %}
{{ table }}

Clicking a result in the tables will give more details, such as graphs of the fit against the data and the parameters that the minimizer found.

Clicking the problem names will take you to details of the best minimizer.

Clicking the software name will take you to FitBenchmarking Read the Docs documentation for the selected software.

{% if report_failed_min %}

Failed minimizers

The `algorithm_type` has been selected to be {{algorithm_type}}. Please review current options setup and re-run FitBenmarking.

{% for software, minimizer in unselected_minimzers.items() %} Withing {{software}} the following minimizers we were not run due to the selected minimizers:

    {% for m in minimizer -%} {{ m }}
    {%- endfor %}
{% endfor %}

{% endif %} {% if failed_problems != [] %}

Failed problems

For the following problems all the selected minimizers and software packages raise an exception:

    {% for problem in failed_problems %} {{ problem }}
    {% endfor %}

This is likely due to the `algorithm_type` set in the options. Please review current options setup and re-run FitBenmarking.

{% endif %}

Errors

The superscripts in the tables denote current error handling within FitBenchmarking. Currently the errors correspond to:

{% for flag, message in error_message.items() %} {% endfor %}
Error flag Error message
{{ flag }} {{ message }}
{% if has_pp %}

{% for imgfile in pp_filenames %} {{ imgfile }} {% endfor %}

This is a Dolan-Moré performance profile. The solvers appearing in the top left corner may be considered the best performing on this test set. See Dolan and Moré (2001) for more information.

{% endif %}