- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMAInitializer.cs
r12012 r14712 27 27 28 28 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 29 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("63D967E3-C86D-4E0E-BCDD-AE9801455AD2")] 29 30 public interface ICMAInitializer : IOperator { 30 31 Type CMAType { get; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMAManipulator.cs
r12012 r14712 28 28 29 29 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 30 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("B9C691D1-2D0B-4B56-A907-58632D1571D1")] 30 31 public interface ICMAManipulator : IOperator { 31 32 Type CMAType { get; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMARecombinator.cs
r12012 r14712 27 27 28 28 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 29 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("E2BFFEDF-06C6-449A-A983-BADD48C73527")] 29 30 public interface ICMARecombinator : IOperator { 30 31 Type CMAType { get; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMAUpdater.cs
r12012 r14712 28 28 29 29 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 30 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("06EF0B97-72D6-4AF3-81BC-CB62564BF666")] 30 31 public interface ICMAUpdater : IOperator { 31 32 Type CMAType { get; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMAInitializer.cs
r12012 r14712 27 27 28 28 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 29 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("D25FBEA7-9642-4EEC-A5CE-E07682CCF3C8")] 29 30 public interface ICMAInitializer : IOperator { 30 31 Type CMAType { get; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMAManipulator.cs
r12012 r14712 28 28 29 29 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 30 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("A538B95A-AA94-4E79-A88D-C88405C20997")] 30 31 public interface ICMAManipulator : IOperator { 31 32 Type CMAType { get; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMARecombinator.cs
r12012 r14712 27 27 28 28 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 29 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("DB89F752-CA29-42CD-AFF2-7C8AC65A50A0")] 29 30 public interface ICMARecombinator : IOperator { 30 31 Type CMAType { get; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMAUpdater.cs
r12012 r14712 28 28 29 29 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 30 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("4603796A-0B77-4EE6-BB13-B9A007EC7F40")] 30 31 public interface ICMAUpdater : IOperator { 31 32 Type CMAType { get; }
Note: See TracChangeset
for help on using the changeset viewer.