- Timestamp:
- 03/10/10 18:28:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Evolutionary/3.3/PopulationCreator.cs
r2882 r2994 32 32 /// </summary> 33 33 [Item("PopulationCreator", "An operator which creates a new population of solutions.")] 34 [ EmptyStorableClass]34 [StorableClass(StorableClassType.Empty)] 35 35 [Creatable("Test")] 36 36 public sealed class PopulationCreator : SingleSuccessorOperator {
Note: See TracChangeset
for help on using the changeset viewer.