Changeset 16316
- Timestamp:
- 11/21/18 18:30:46 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/PGE.cs
r16315 r16316 353 353 354 354 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 end355 searchVar: 0, // SearchVar: index of dependent variables (this is always zero because we only have one target variable) 356 356 ProblemTypeString: cProblemTypeString, numProcs: numProc); 357 357
Note: See TracChangeset
for help on using the changeset viewer.