Changeset 8206 for branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs
- Timestamp:
- 07/03/12 16:46:35 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:mergeinfo changed
/trunk/sources merged: 8084,8088-8090,8092-8100,8102-8113,8115,8117-8132,8134-8146,8148-8156,8158-8160,8163-8170,8173-8176,8178-8190,8192-8205
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs
r8085 r8206 203 203 Operators.Add(new SymbolicExpressionSymbolFrequencyAnalyzer()); 204 204 Operators.Add(new SymbolicDataAnalysisVariableFrequencyAnalyzer()); 205 Operators.Add(new SymbolicDataAnalysisComplexityAnalyzer());206 205 Operators.Add(new MinAverageMaxSymbolicExpressionTreeLengthAnalyzer()); 207 206 Operators.Add(new SymbolicExpressionTreeLengthAnalyzer()); … … 313 312 foreach (var op in operators.OfType<ISymbolicDataAnalysisExpressionCrossover<T>>()) { 314 313 op.EvaluationPartitionParameter.ActualName = FitnessCalculationPartitionParameterName; 315 }316 foreach (var op in operators.OfType<ISymbolicDataAnalysisExpressionCrossover<T>>()) {317 314 op.ProblemDataParameter.ActualName = ProblemDataParameter.Name; 318 315 op.EvaluationPartitionParameter.ActualName = FitnessCalculationPartitionParameter.Name;
Note: See TracChangeset
for help on using the changeset viewer.