fitbenchmarking.parsing.fitbenchmark_parser module

This file implements a parser for the Fitbenchmark data format.

class fitbenchmarking.parsing.fitbenchmark_parser.FitbenchmarkParser(filename, options)

Bases: fitbenchmarking.parsing.base_parser.Parser

Parser for the native FitBenchmarking problem definition (FitBenchmark) file.

parse() fitbenchmarking.parsing.fitting_problem.FittingProblem

Parse the Fitbenchmark problem file into a Fitting Problem.

Returns

The fully parsed fitting problem

Return type

fitbenchmarking.parsing.fitting_problem.FittingProblem