- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IBoundedIntegerVectorOperator.cs
r12012 r14712 24 24 25 25 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 26 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("9391EC52-EF28-416A-9574-0D4469BE2069")] 26 27 public interface IBoundedIntegerVectorOperator : IIntegerVectorOperator { 27 28 /// <summary> -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorCreator.cs
r12012 r14712 28 28 /// An interface which represents an operator for creating vectors of int-valued data. 29 29 /// </summary> 30 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("37D3FD68-53E8-4D8E-9177-A98B0BC45214")] 30 31 public interface IIntegerVectorCreator : ISolutionCreator, IBoundedIntegerVectorOperator { 31 32 IValueLookupParameter<IntValue> LengthParameter { get; } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorCrossover.cs
r12012 r14712 27 27 /// An interface which represents an operator for crossing vectors of int-valued data. 28 28 /// </summary> 29 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("DF19C205-140F-4A77-BA4B-4EDBD9BEEC66")] 29 30 public interface IIntegerVectorCrossover : IIntegerVectorOperator, ICrossover { 30 31 ILookupParameter<ItemArray<IntegerVector>> ParentsParameter { get; } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorManipulator.cs
r12012 r14712 27 27 /// An interface which represents an operator for manipulating vectors of int-valued data. 28 28 /// </summary> 29 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("530619B0-C42C-4C74-991E-AEBF2C97E007")] 29 30 public interface IIntegerVectorManipulator : IIntegerVectorOperator, IManipulator { 30 31 ILookupParameter<IntegerVector> IntegerVectorParameter { get; } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorMultiNeighborhoodShakingOperator.cs
r12012 r14712 23 23 24 24 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 25 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("125602DF-8091-44DE-98C3-138490AEF2BB")] 25 26 public interface IIntegerVectorMultiNeighborhoodShakingOperator : IIntegerVectorOperator { 26 27 ILookupParameter<IntegerVector> IntegerVectorParameter { get; } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorOperator.cs
r12012 r14712 26 26 /// An interface which represents an operator dealing with vectors of int-valued data. 27 27 /// </summary> 28 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("ADD6FA6E-9D8B-437F-89FA-42C7668B6D7B")] 28 29 public interface IIntegerVectorOperator : IOperator { } 29 30 } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterCreator.cs
r12012 r14712 25 25 26 26 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 27 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("52B4DCDA-F977-4A72-9215-CE1C03919EE3")] 27 28 public interface IIntegerVectorStdDevStrategyParameterCreator : IIntegerVectorStdDevStrategyParameterOperator, IStrategyParameterCreator { 28 29 ILookupParameter<DoubleArray> StrategyParameterParameter { get; } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterCrossover.cs
r12012 r14712 25 25 26 26 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 27 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("7A7D17C4-469A-4A4D-87E0-20826270A491")] 27 28 public interface IIntegerVectorStdDevStrategyParameterCrossover : IIntegerVectorStdDevStrategyParameterOperator, IStrategyParameterCrossover { 28 29 ILookupParameter<DoubleArray> StrategyParameterParameter { get; } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterManipulator.cs
r12012 r14712 25 25 26 26 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 27 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("23CE4509-D85E-41C7-9EF1-200DE0E5E293")] 27 28 public interface IIntegerVectorStdDevStrategyParameterManipulator : IIntegerVectorStdDevStrategyParameterOperator, IStrategyParameterManipulator { 28 29 ILookupParameter<DoubleArray> StrategyParameterParameter { get; } -
branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterOperator.cs
r12012 r14712 23 23 24 24 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 25 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("AA3FD93B-67F6-4A38-AB94-F87474E23237")] 25 26 public interface IIntegerVectorStdDevStrategyParameterOperator : IOperator { 26 27 }
Note: See TracChangeset
for help on using the changeset viewer.