- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.TestFunctions
- Property svn:mergeinfo changed
/stable/HeuristicLab.Problems.TestFunctions merged: 13316 /trunk/sources/HeuristicLab.Problems.TestFunctions (added) merged: 13321,13395,13397
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.TestFunctions/3.3/Plugin.cs.frame
r12753 r14029 26 26 /// Plugin class for HeuristicLab.Problems.TestFunctions plugin 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.TestFunctions", "3.3.1 2.$WCREV$")]28 [Plugin("HeuristicLab.Problems.TestFunctions", "3.3.13.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.TestFunctions-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
branches/crossvalidation-2434/HeuristicLab.Problems.TestFunctions/3.3/Properties/AssemblyInfo.cs.frame
r12753 r14029 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.1 2.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.13.$WCREV$")] -
branches/crossvalidation-2434/HeuristicLab.Problems.TestFunctions/3.3/RealVectorToRealVectorEncoder.cs
r12012 r14029 30 30 #region Backwards compatible code (remove with 3.4) 31 31 [Obsolete("This operator should not be used anymore.")] 32 [StorableClass] 32 33 internal class RealVectorToRealVectorEncoder : SingleSuccessorOperator { 33 34
Note: See TracChangeset
for help on using the changeset viewer.