LICENSE.txt
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/gradient_free_controller.py
fitbenchmarking/controllers/gsl_controller.py
fitbenchmarking/controllers/levmar_controller.py
fitbenchmarking/controllers/mantid_controller.py
fitbenchmarking/controllers/matlab_controller.py
fitbenchmarking/controllers/matlab_curve_controller.py
fitbenchmarking/controllers/matlab_mixin.py
fitbenchmarking/controllers/matlab_opt_controller.py
fitbenchmarking/controllers/matlab_stats_controller.py
fitbenchmarking/controllers/minuit_controller.py
fitbenchmarking/controllers/ralfit_controller.py
fitbenchmarking/controllers/scipy_controller.py
fitbenchmarking/controllers/scipy_go_controller.py
fitbenchmarking/controllers/scipy_ls_controller.py
fitbenchmarking/core/__init__.py
fitbenchmarking/core/fitting_benchmarking.py
fitbenchmarking/core/results_output.py
fitbenchmarking/cost_func/__init__.py
fitbenchmarking/cost_func/base_cost_func.py
fitbenchmarking/cost_func/cost_func_factory.py
fitbenchmarking/cost_func/hellinger_nlls_cost_func.py
fitbenchmarking/cost_func/nlls_base_cost_func.py
fitbenchmarking/cost_func/nlls_cost_func.py
fitbenchmarking/cost_func/poisson_cost_func.py
fitbenchmarking/cost_func/weighted_nlls_cost_func.py
fitbenchmarking/hessian/__init__.py
fitbenchmarking/hessian/analytic_hessian.py
fitbenchmarking/hessian/base_hessian.py
fitbenchmarking/hessian/hessian_factory.py
fitbenchmarking/hessian/numdifftools_hessian.py
fitbenchmarking/hessian/scipy_hessian.py
fitbenchmarking/jacobian/__init__.py
fitbenchmarking/jacobian/analytic_jacobian.py
fitbenchmarking/jacobian/base_jacobian.py
fitbenchmarking/jacobian/default_jacobian.py
fitbenchmarking/jacobian/jacobian_factory.py
fitbenchmarking/jacobian/numdifftools_jacobian.py
fitbenchmarking/jacobian/scipy_jacobian.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/ivp_parser.py
fitbenchmarking/parsing/mantid_parser.py
fitbenchmarking/parsing/nist_data_functions.py
fitbenchmarking/parsing/nist_parser.py
fitbenchmarking/parsing/parser_factory.py
fitbenchmarking/parsing/sasview_parser.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/fitting_report.py
fitbenchmarking/results_processing/local_min_table.py
fitbenchmarking/results_processing/performance_profiler.py
fitbenchmarking/results_processing/plots.py
fitbenchmarking/results_processing/problem_summary_page.py
fitbenchmarking/results_processing/runtime_table.py
fitbenchmarking/results_processing/tables.py
fitbenchmarking/utils/__init__.py
fitbenchmarking/utils/create_dirs.py
fitbenchmarking/utils/debug.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
fitbenchmarking/utils/timer.py
fitbenchmarking/utils/write_files.py