- Timestamp:
- 03/16/10 00:56:44 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Property svn:ignore
-
old new 1 1 *.user 2 HeuristicLabEncodingsInt VectorPlugin.cs2 HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs 3 3 bin 4 4 obj
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntVectorCreator.cs
r3048 r3053 24 24 using HeuristicLab.Optimization; 25 25 26 namespace HeuristicLab.Encodings.Int Vector{26 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 27 27 /// <summary> 28 28 /// An interface which represents an operator for creating vectors of int-valued data. -
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntVectorCrossover.cs
r3048 r3053 24 24 using HeuristicLab.Optimization; 25 25 26 namespace HeuristicLab.Encodings.Int Vector{26 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 27 27 /// <summary> 28 28 /// An interface which represents an operator for crossing vectors of int-valued data. -
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntVectorManipulator.cs
r3048 r3053 24 24 using HeuristicLab.Optimization; 25 25 26 namespace HeuristicLab.Encodings.Int Vector{26 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 27 27 /// <summary> 28 28 /// An interface which represents an operator for manipulating vectors of int-valued data. -
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntVectorOperator.cs
r3032 r3053 22 22 using HeuristicLab.Core; 23 23 24 namespace HeuristicLab.Encodings.Int Vector{24 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 25 25 /// <summary> 26 26 /// An interface which represents an operator dealing with vectors of int-valued data.
Note: See TracChangeset
for help on using the changeset viewer.