Changes between Version 2 and Version 3 of Ticket #2175, comment 26
- Timestamp:
- 11/19/15 17:31:57 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2175, comment 26
v2 v3 1 1 Review comments: 2 - Why is the tree simplified twice in the SymbolicDataAnalysisExpressionTreeSimplificationOperator? 2 - Why is the tree simplified twice in the SymbolicDataAnalysisExpressionTreeSimplificationOperator? 3 3 - I think it is more readable if cases that are treated equally in the ComplexityCalculater have 'fall-through' cases in the switch statement. 4 4 - The calculation of the complexity for the power and root symbol should be explained (in a comment?) 5 - Why have properties TrainingBestSolutions and TrainingBestsolutionQualities in ...MultiObjectiveTrainingBestSolutionAnalyzer been changed from public to private? The values are accessible anyway through the parameter properties. 5 6 6 7 r13300: made some changes while reviewing the code 8 r13307: fixed a typo while reviewing