Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/20/17 17:18:33 (7 years ago)
Author:
gkronber
Message:

#2796 testing interaction heuristics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/Heuristics.cs

    r15425 r15426  
    1818  // We only need to identify the x y as we assume that all other terms are accounted for
    1919  public static class Heuristics {
     20    public static double CorrelationForInteraction(double[] a, double[] b, double[] c, double[] target) {
     21      return 0.0;
     22    }
    2023    public static double CorrelationForInteraction(double[] a, double[] b, double[] z) {
    2124      //
Note: See TracChangeset for help on using the changeset viewer.