Changeset 8239 for branches/HeuristicLab.Analysis.AlgorithmBehavior
- Timestamp:
- 07/05/12 16:55:53 (12 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Operators-3.3.csproj
r8161 r8239 91 91 <ItemGroup> 92 92 <Compile Include="AfterCrossoverOperator.cs" /> 93 <Compile Include="BeforeMutatorOperator.cs" /> 93 94 <Compile Include="CreateTrackingDatastructures.cs" /> 94 95 <Compile Include="Plugin.cs" /> -
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/BestIndividualQualityAnalyzer.cs
r8237 r8239 84 84 public BestIndividualQualityAnalyzer() 85 85 : base() { 86 Parameters.Add(new LookupParameter<ResultCollection>(ResultsParameterName, "The results collection where the analysis values should are stored."));86 Parameters.Add(new LookupParameter<ResultCollection>(ResultsParameterName, "The results collection where the analysis values should be stored.")); 87 87 Parameters.Add(new LookupParameter<DistanceMatrix>(DistanceMatrixParameterName, "The distance matrix of the TSP.")); 88 88 Parameters.Add(new LookupParameter<IntValue>(GenerationsParameterName, "Nr of generations."));
Note: See TracChangeset
for help on using the changeset viewer.