Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Analysis
- Timestamp:
- 06/21/12 18:02:33 (13 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Analysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Analysis (added) merged: 7829,8016
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r7675 r8085 133 133 <Compile Include="DataVisualization\HeatMap.cs" /> 134 134 <Compile Include="DataVisualization\HeatMapHistory.cs" /> 135 <Compile Include="DataVisualization\ScatterPlot.cs" /> 135 136 <Compile Include="MultidimensionalScaling\MultidimensionalScaling.cs" /> 136 137 <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" /> … … 147 148 <Compile Include="QualityAnalysis\QualityDistributionAnalyzer.cs" /> 148 149 <Compile Include="QualityAnalysis\ScaledQualityDifferenceAnalyzer.cs" /> 150 <Compile Include="ValueAnalysis\SingleValueAnalyzer.cs" /> 149 151 <Compile Include="ValueAnalysis\MinAverageMaxValueAnalyzer.cs" /> 150 152 <Compile Include="ValueAnalysis\MinAverageMaxValueCalculator.cs" /> -
branches/GP-MoveOperators/HeuristicLab.Analysis/3.3/ValueAnalysis/ValueAnalyzer.cs
r7259 r8085 34 34 /// An operator which analyzes a value in the scope tree. 35 35 /// </summary> 36 [Item("ValueAnalyzer", "An operator which analyzes a value in the scope tree .")]36 [Item("ValueAnalyzer", "An operator which analyzes a value in the scope tree (current scope and children).")] 37 37 [StorableClass] 38 38 public sealed class ValueAnalyzer : AlgorithmOperator, IAnalyzer {
Note: See TracChangeset
for help on using the changeset viewer.