- Timestamp:
- 10/20/17 17:18:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/Heuristics.cs
r15425 r15426 18 18 // We only need to identify the x y as we assume that all other terms are accounted for 19 19 public static class Heuristics { 20 public static double CorrelationForInteraction(double[] a, double[] b, double[] c, double[] target) { 21 return 0.0; 22 } 20 23 public static double CorrelationForInteraction(double[] a, double[] b, double[] z) { 21 24 //
Note: See TracChangeset
for help on using the changeset viewer.