Changeset 9475 for branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/Evaluator
- Timestamp:
- 05/09/13 18:57:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/Evaluator/MDLEvaluator.cs
r9392 r9475 145 145 146 146 // default rule cannot be deleted, but it has to be considered in the rule set size 147 private void DoRuleDeletion(DecisionList dl, I temSet<Rule> aliveRules, int minRules) {147 private void DoRuleDeletion(DecisionList dl, IEnumerable<Rule> aliveRules, int minRules) { 148 148 int ruleSetSize = dl.RuleSetSize; 149 149 if (ruleSetSize <= minRules) { return; }
Note: See TracChangeset
for help on using the changeset viewer.