- Timestamp:
- 03/09/11 13:02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.NSGA2/3.3/NSGA2.cs
r5615 r5644 41 41 [Creatable("Algorithms")] 42 42 [StorableClass] 43 public class NSGA2 : HeuristicOptimization Algorithm, IStorableContent {43 public class NSGA2 : HeuristicOptimizationEngineAlgorithm, IStorableContent { 44 44 public string Filename { get; set; } 45 45
Note: See TracChangeset
for help on using the changeset viewer.