fitbenchmarking.parsing.nist_parser module

This file implements a parser for the NIST style data format.

class fitbenchmarking.parsing.nist_parser.NISTParser(filename, options)

Bases: fitbenchmarking.parsing.base_parser.Parser

Parser for the NIST problem definition file.

parse()

Parse the NIST problem file into a Fitting Problem.

Returns

The fully parsed fitting problem

Return type

fitbenchmarking.parsing.fitting_problem.FittingProblem