Changeset 14853 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Temp1.cs
- Timestamp:
- 04/12/17 10:19:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Temp1.cs
r14791 r14853 38 38 } 39 39 40 // TODO: include string variables after factor branch integration41 40 protected override string[] AllowedInputVariables { 42 get { return new string[] { /* "Material_Cat", */41 get { return new string[] { "Material_Cat", 43 42 "x1", "x2", "x3", "x4", "x5", "x6", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 /* "Material", "Grooving", "Oil", */43 "Material", "Grooving", "Oil", 45 44 "x17", "x22" }; } 46 45 }
Note: See TracChangeset
for help on using the changeset viewer.