fitbenchmarking.parsing.fitbenchmark_parser module

This file implements a parser for the Fitbenchmark data format.

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

Bases: Parser

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

parse() FittingProblem

Parse the Fitbenchmark problem file into a Fitting Problem.

Returns:

The fully parsed fitting problem

Return type:

fitbenchmarking.parsing.fitting_problem.FittingProblem