namespace HeuristicLab.Algorithms.DataAnalysis.FastFunctionExtraction { enum NonlinearOperator { None, Abs, Log, Sin, Cos, GT_Hinge, LT_Hinge } }