Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15194


Ignore:
Timestamp:
07/11/17 12:52:25 (7 years ago)
Author:
gkronber
Message:

#2660 added reference publication for variable network instances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/VariableNetworks/VariableNetworkInstanceProvider.cs

    r14630 r15194  
    3232    }
    3333    public override string Description {
    34       get { return "A set of regression benchmark instances for variable network analysis"; }
     34      get { return "A set of regression benchmark instances for variable network analysis. The data for these instances are randomly generated as described in the reference publication."; }
    3535    }
    3636    public override Uri WebLink {
     
    3838    }
    3939    public override string ReferencePublication {
    40       get { return ""; }
     40      get { return "G. Kronberger, B. Burlacu, M. Kommenda, S. Winkler, M. Affenzeller. Measures for the Evaluation and Comparison of Graphical Model Structures. to appear in Computer Aided Systems Theory - EUROCAST 2017, Springer 2018"; }
    4141    }
    4242    public int Seed { get; private set; }
Note: See TracChangeset for help on using the changeset viewer.