Changeset 5876
- Timestamp:
- 03/30/11 00:49:13 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Operators/3.3/EmptyOperator.cs ¶
r5741 r5876 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 namespace HeuristicLab.Operators { … … 31 30 [Item("EmptyOperator", "An operator which represents an empty statement.")] 32 31 [StorableClass] 33 [NonDiscoverableType]34 32 public sealed class EmptyOperator : SingleSuccessorOperator { 35 33 [StorableConstructor] -
TabularUnified 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.