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