pandoc-symreg-0.2.1.3: A tool to convert symbolic regression expressions into different formats.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.ParseSR

Synopsis

Documentation

parseSR :: SRAlgs -> ByteString -> Bool -> ByteString -> Either String (Fix SRTree) Source #

Calls the corresponding parser for a given SRAlgs

showOutput :: Output -> Fix SRTree -> String Source #

Returns the corresponding function from Data.SRTree.Print for a given Output.

data SRAlgs Source #

Supported algorithms.

Constructors

TIR 
HL 
OPERON 
BINGO 
GOMEA 
PYSR 
SBP 
EPLEX 

data Output Source #

Supported outputs.

Constructors

PYTHON 
MATH 
TIKZ 
LATEX