source:
branches/3022-FastFunctionExtraction/FFX/NonlinearOperator.cs
@
18242
Last change on this file since 18242 was 17779, checked in by gkronber, 4 years ago | |
---|---|
File size: 172 bytes |
Line | |
---|---|
1 | |
2 | namespace 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.