Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/20 13:30:54 (4 years ago)
Author:
chaider
Message:

#3075

  • Added rest of part I equations
  • Set Training/Test Partitions to 105
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Feynman/Feynman4.cs

    r17638 r17639  
    1414    protected override string[] VariableNames { get { return new string[] { "x1", "x2", "y1", "y2", "d"}; } }
    1515    protected override string[] AllowedInputVariables { get { return new string[] {"x1", "x2", "y1", "y2"}; } }
    16     protected override int TrainingPartitionStart { get { return 0; } }
    17     protected override int TrainingPartitionEnd { get { return 80; } }
    18     protected override int TestPartitionStart { get { return 80; } }
    19     protected override int TestPartitionEnd { get { return 100; } }
    2016
    2117    public int Seed { get; private set; }
Note: See TracChangeset for help on using the changeset viewer.