Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorCreator.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorCreator.cs
r13368 r14711 33 33 /// </summary> 34 34 [Item("BinaryVectorCreator", "A base class for operators creating bool-valued vectors.")] 35 [Storable Class("C2041803-B5DC-4B53-BC2F-E056696C4BF0")]35 [StorableType("C2041803-B5DC-4B53-BC2F-E056696C4BF0")] 36 36 public abstract class BinaryVectorCreator : InstrumentedOperator, IBinaryVectorCreator, IStochasticOperator { 37 37 public override bool CanChangeName {
Note: See TracChangeset
for help on using the changeset viewer.