Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3022-FastFunctionExtraction/FFX/NonlinearOperator.cs

Last change on this file was 17779, checked in by gkronber, 3 years ago

#3022: made a few changes while reviewing the code.

File size: 172 bytes
Line 
1
2namespace HeuristicLab.Algorithms.DataAnalysis.FastFunctionExtraction {
3    enum NonlinearOperator {
4        None, Abs, Log, Sin, Cos, GT_Hinge, LT_Hinge
5    }
6}
Note: See TracBrowser for help on using the repository browser.