Changeset 9475 for branches/LearningClassifierSystems/HeuristicLab.Problems.VariableVectorClassification
- Timestamp:
- 05/09/13 18:57:22 (12 years ago)
- Location:
- branches/LearningClassifierSystems/HeuristicLab.Problems.VariableVectorClassification/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Problems.VariableVectorClassification/3.3/VariableVectorClassificationProblem.cs
r9467 r9475 132 132 manipulator.FetchedInputParameter.ActualName = ClassifierFetcher.CurrentInputToMatchParameter.ActualName; 133 133 manipulator.PossibleActionsParameter.ActualName = PossibleActionsConcreteClassParameter.Name; 134 manipulator.ProblemDataParameter.ActualName = ProblemDataParameter.Name; 134 135 return new List<IManipulator>() { manipulator }; 135 136 } -
branches/LearningClassifierSystems/HeuristicLab.Problems.VariableVectorClassification/3.3/VariableVectorClassificationProblemData.cs
r9411 r9475 136 136 protected override void ActionConditionVariablesChanged() { 137 137 SampleVariableVectorParameter.Value = GenerateSampleVariableVector(Dataset, AllowedConditionVariables, AllowedActionVariables); 138 OnChanged(); 138 139 } 139 140 }
Note: See TracChangeset
for help on using the changeset viewer.