fitbenchmarking.parsing.mantiddev_parser module

This file implements a parser for the Mantid data format. This version is for developers. Unlike the mantid_parser this version removes the advantage for function evaluations by forcing mantid to use the same one as other software. However, Mantid still has an advantage for Jacobian evaluations - using the same problem in both mantid and nist formats gives mantiddev different rankings in terms of speed.

class fitbenchmarking.parsing.mantiddev_parser.MantidDevParser(filename, options)

Bases: FitbenchmarkParser

Parser for a Mantid problem definition file.