Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/21/18 18:30:46 (5 years ago)
Author:
gkronber
Message:

#2929: fixed program crash (searchVar must be zero!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/PGE.cs

    r16315 r16316  
    353353     
    354354      InitProblem(cName, MaxIterations, HitRatio,
    355         searchVar: numberOfUseableVariables,  // SearchVar: index of dependent variables (0 for first index), we use the convention to put the target at the end
     355        searchVar: 0,  // SearchVar: index of dependent variables (this is always zero because we only have one target variable)
    356356        ProblemTypeString: cProblemTypeString, numProcs: numProc);
    357357
Note: See TracChangeset for help on using the changeset viewer.