- Timestamp:
- 03/30/11 00:49:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RealVectorAdditiveMoveWrapper.cs
r5445 r5876 22 22 using HeuristicLab.Common; 23 23 using HeuristicLab.Encodings.RealVectorEncoding; 24 using HeuristicLab.PluginInfrastructure; 24 25 25 26 namespace HeuristicLab.Problems.TestFunctions { … … 27 28 /// This wrapper disguises as real vector for use in the evaluation functions. 28 29 /// </summary> 30 [NonDiscoverableType] 29 31 internal sealed class RealVectorAdditiveMoveWrapper : RealVector { 30 32 private int dimension;
Note: See TracChangeset
for help on using the changeset viewer.