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 |
Rev | Line | |
---|---|---|
[17737] | 1 | |
2 | namespace HeuristicLab.Algorithms.DataAnalysis.FastFunctionExtraction { | |
3 | enum NonlinearOperator { | |
[17779] | 4 | None, Abs, Log, Sin, Cos, GT_Hinge, LT_Hinge |
[17737] | 5 | } |
6 | } |
Note: See TracBrowser
for help on using the repository browser.