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.ParserParser for the native FitBenchmarking problem definition (FitBenchmark) file.
-
parse()¶ Parse the Fitbenchmark problem file into a Fitting Problem.
Returns: The fully parsed fitting problem Return type: fitbenchmarking.parsing.fitting_problem.FittingProblem
-