- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs
r3816 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 23 using System.Linq; 24 using HeuristicLab.Analysis; 25 25 using HeuristicLab.Common; 26 26 using HeuristicLab.Core; 27 27 using HeuristicLab.Data; 28 using HeuristicLab.Operators;29 28 using HeuristicLab.Optimization; 30 29 using HeuristicLab.Optimization.Operators; … … 33 32 using HeuristicLab.PluginInfrastructure; 34 33 using HeuristicLab.Random; 35 using HeuristicLab.Analysis;36 34 37 35 namespace HeuristicLab.Algorithms.GeneticAlgorithm {
Note: See TracChangeset
for help on using the changeset viewer.