Opened 13 years ago
Closed 13 years ago
#1579 closed enhancement (done)
Code maintenance and minor changes
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.6 |
Component: | General | Version: | 3.3.6 |
Keywords: | Cc: |
Description
Use this ticket for minor changes and maintenance purposes that do not affect functionality like fixing typos, improving readability or other small tasks.
Because this ticket will likely not be subject to review, you're urged to double check the changes you made.
Change History (33)
comment:1 Changed 13 years ago by mkommend
comment:2 Changed 13 years ago by mkommend
r6601: Removed wrong comment in ResultCollectionView.
comment:3 Changed 13 years ago by gkronber
r6645: fixed a typo
comment:4 Changed 13 years ago by mkommend
r6655: Deleted unnecessary designer file.
comment:5 Changed 13 years ago by mkommend
r6684: Changed cloning of SymbolicExpressionTreeNodes.
comment:6 Changed 13 years ago by mkommend
r6738: Corrected CalculatePearsonsRSquaredOfConstantTest.
comment:7 Changed 13 years ago by mkommend
r6739: Readded SymbolicRegressionTournamentPruning-Analyzer to Problems.DataAnalysis.Regression-3.3 for backwards compatibility reassons.
comment:8 Changed 13 years ago by gkronber
r6765: reduced performance threshold for AllArchitectureAlteringOperatorsTest to reduce the number of build fails on the build server.
comment:9 Changed 13 years ago by mkommend
r6785: Deleted obsolete files from trunk.
comment:10 Changed 13 years ago by abeham
r6877: removed unnecessary reference in ExternalEvaluation problem
comment:11 Changed 13 years ago by mkommend
r6975: Corrected handling of underscores in SymbolicDataAnalysisExpressionLatexFormatter.
comment:12 Changed 13 years ago by mkommend
r6980: Removed unnecessary local variables in OnlineWightedDirectionalSymmetryCalculator.
comment:13 Changed 13 years ago by abeham
r7033: changed build script to not clean by default and use Rebuild instead of Build
comment:14 Changed 13 years ago by abeham
r7041: Added else branch for resetting parameters when loading instances without solution file
comment:15 Changed 13 years ago by mkommend
r7051: Removed unused variable from StatisticsCalculatorsTest.
comment:16 Changed 13 years ago by mkommend
- Type changed from defect to enhancement
r7057: Removed test method attribute from CodingConventionsUnitTest.
comment:17 Changed 13 years ago by mkommend
r7061: Lowered threshold for the SubtreeCrossoverTest to 2000 crossovers per second.
comment:18 Changed 13 years ago by epitzer
r7084 Add missing build configurations
comment:19 Changed 13 years ago by gkronber
r7093: set svn:ignore properties
comment:20 Changed 13 years ago by mkommend
r7102: Changed relative paths of debugger visualizer.
comment:21 Changed 13 years ago by ascheibe
r7155 don't build deployment service projects to the HL output dir
comment:22 Changed 13 years ago by abeham
r7209: fixed prepare in NSGA-II
comment:23 Changed 13 years ago by abeham
r7237: fixed build configuration of ProtoGen (not build to the common bin directory anymore) and ProtocolBuffers
comment:24 Changed 13 years ago by swagner
Updated svn:ignore properties in r7243.
comment:25 Changed 13 years ago by ascheibe
r7250: implemented missing SetEnabledStateOfControls methods in admin ui
comment:26 Changed 13 years ago by swagner
Updated project dependencies in r7251.
comment:27 Changed 13 years ago by gkronber
r7252: corrected typo in comment
comment:28 Changed 13 years ago by ascheibe
r7254 the about dialog of the slave now displays the correct version information
comment:29 Changed 13 years ago by swagner
Removed unnecessary plugin dependency in r7258.
comment:30 Changed 13 years ago by swagner
Updated assembly references, removed compiler warnings in Hive setup projects and added svn:ignore properties in r7261.
comment:31 Changed 13 years ago by swagner
- Status changed from new to accepted
comment:32 Changed 13 years ago by swagner
- Status changed from accepted to readytorelease
comment:33 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
r6574: Corrected typo in EnsembleSolution.