Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/12/12 09:27:21 (12 years ago)
Author:
sforsten
Message:

#1784:

  • the training and test partition for Spatial co-evolution problem instance has been corrected
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Various/SpatialCoevolution.cs

    r7849 r7988  
    4545    protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } }
    4646    protected override int TrainingPartitionStart { get { return 0; } }
    47     protected override int TrainingPartitionEnd { get { return 250; } }
    48     protected override int TestPartitionStart { get { return 250; } }
    49     protected override int TestPartitionEnd { get { return 500; } }
     47    protected override int TrainingPartitionEnd { get { return 1000; } }
     48    protected override int TestPartitionStart { get { return 1000; } }
     49    protected override int TestPartitionEnd { get { return 1676; } }
    5050
    5151    protected override List<List<double>> GenerateValues() {
Note: See TracChangeset for help on using the changeset viewer.