Changeset 5665 for branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Evaluators
- Timestamp:
- 03/10/11 19:26:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Evaluators/AlgorithmSubScopesCreator.cs
r5653 r5665 1 1 using System; 2 using System.Collections.Generic;3 using System.Linq;4 using System.Text;2 using HeuristicLab.Common; 3 using HeuristicLab.Core; 4 using HeuristicLab.Data; 5 5 using HeuristicLab.Operators; 6 using HeuristicLab.Optimization; 7 using HeuristicLab.Parameters; 6 8 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 7 using HeuristicLab.Core;8 using HeuristicLab.Common;9 using HeuristicLab.Parameters;10 using HeuristicLab.Optimization;11 using HeuristicLab.Data;12 using HeuristicLab.Algorithms.GeneticAlgorithm;13 9 14 10 namespace HeuristicLab.Problems.MetaOptimization {
Note: See TracChangeset
for help on using the changeset viewer.