README.md
setup.py
FitBenchmarking.egg-info/PKG-INFO
FitBenchmarking.egg-info/SOURCES.txt
FitBenchmarking.egg-info/dependency_links.txt
FitBenchmarking.egg-info/entry_points.txt
FitBenchmarking.egg-info/not-zip-safe
FitBenchmarking.egg-info/requires.txt
FitBenchmarking.egg-info/top_level.txt
fitbenchmarking/__init__.py
fitbenchmarking/__main__.py
fitbenchmarking/cli/__init__.py
fitbenchmarking/cli/exception_handler.py
fitbenchmarking/cli/main.py
fitbenchmarking/controllers/__init__.py
fitbenchmarking/controllers/base_controller.py
fitbenchmarking/controllers/bumps_controller.py
fitbenchmarking/controllers/controller_factory.py
fitbenchmarking/controllers/dfo_controller.py
fitbenchmarking/controllers/gsl_controller.py
fitbenchmarking/controllers/mantid_controller.py
fitbenchmarking/controllers/minuit_controller.py
fitbenchmarking/controllers/ralfit_controller.py
fitbenchmarking/controllers/scipy_controller.py
fitbenchmarking/controllers/scipy_ls_controller.py
fitbenchmarking/core/__init__.py
fitbenchmarking/core/fitting_benchmarking.py
fitbenchmarking/core/results_output.py
fitbenchmarking/jacobian/SciPyFD_2point_jacobian.py
fitbenchmarking/jacobian/SciPyFD_3point_jacobian.py
fitbenchmarking/jacobian/SciPyFD_cs_jacobian.py
fitbenchmarking/jacobian/__init__.py
fitbenchmarking/jacobian/base_jacobian.py
fitbenchmarking/jacobian/jacobian_factory.py
fitbenchmarking/parsing/__init__.py
fitbenchmarking/parsing/base_parser.py
fitbenchmarking/parsing/cutest_parser.py
fitbenchmarking/parsing/fitbenchmark_parser.py
fitbenchmarking/parsing/fitting_problem.py
fitbenchmarking/parsing/nist_data_functions.py
fitbenchmarking/parsing/nist_parser.py
fitbenchmarking/parsing/parser_factory.py
fitbenchmarking/results_processing/__init__.py
fitbenchmarking/results_processing/acc_table.py
fitbenchmarking/results_processing/base_table.py
fitbenchmarking/results_processing/compare_table.py
fitbenchmarking/results_processing/local_min_table.py
fitbenchmarking/results_processing/performance_profiler.py
fitbenchmarking/results_processing/plots.py
fitbenchmarking/results_processing/runtime_table.py
fitbenchmarking/results_processing/support_page.py
fitbenchmarking/results_processing/tables.py
fitbenchmarking/templates/custom_style.css
fitbenchmarking/templates/index_page.html
fitbenchmarking/templates/main_style.css
fitbenchmarking/templates/math_style.css
fitbenchmarking/templates/problem_index_page.html
fitbenchmarking/templates/style_sheet.py
fitbenchmarking/templates/support_page_template.html
fitbenchmarking/templates/table_descriptions.rst
fitbenchmarking/templates/table_style.css
fitbenchmarking/templates/table_template.html
fitbenchmarking/utils/__init__.py
fitbenchmarking/utils/create_dirs.py
fitbenchmarking/utils/exceptions.py
fitbenchmarking/utils/fitbm_result.py
fitbenchmarking/utils/log.py
fitbenchmarking/utils/misc.py
fitbenchmarking/utils/options.py
fitbenchmarking/utils/output_grabber.py