- Timestamp:
- 07/09/15 13:07:30 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering
- Property svn:mergeinfo changed
-
Property
svn:global-ignores
set to
*.nuget
packages
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/HLScript/HeuristicLab.Problems.LawnMower merged eligible /stable/HeuristicLab.Problems.LawnMower merged eligible /trunk/sources/HeuristicLab.Problems.LawnMower merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Problems.LawnMower 10321-10322 /branches/Algorithms.GradientDescent/HeuristicLab.Problems.LawnMower 5516-5520 /branches/Benchmarking/sources/HeuristicLab.Problems.LawnMower 6917-7005 /branches/CloningRefactoring/HeuristicLab.Problems.LawnMower 4656-4721 /branches/CodeEditor/HeuristicLab.Problems.LawnMower 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Problems.LawnMower 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.LawnMower 5815-6180 /branches/DataAnalysis/HeuristicLab.Problems.LawnMower 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Problems.LawnMower 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Problems.LawnMower 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Problems.LawnMower 5060 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.LawnMower 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.LawnMower 6123-9799 /branches/LogResidualEvaluator/HeuristicLab.Problems.LawnMower 10202-10483 /branches/NET40/sources/HeuristicLab.Problems.LawnMower 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Problems.LawnMower 12033-12122 /branches/ParallelEngine/HeuristicLab.Problems.LawnMower 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.LawnMower 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Problems.LawnMower 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Problems.LawnMower 6828 /branches/RuntimeOptimizer/HeuristicLab.Problems.LawnMower 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.LawnMower 7787-8333 /branches/SlaveShutdown/HeuristicLab.Problems.LawnMower 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Problems.LawnMower 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Problems.LawnMower 5370-5682 /branches/SymbolicExpressionTreeEncoding/HeuristicLab.Problems.LawnMower 12344-12421 /branches/Trunk/HeuristicLab.Problems.LawnMower 6829-6865 /branches/UnloadJobs/HeuristicLab.Problems.LawnMower 9168-9215 /branches/VNS/HeuristicLab.Problems.LawnMower 5594-5752 /branches/histogram/HeuristicLab.Problems.LawnMower 5959-6341
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/BestSolutionAnalyzer.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Evaluator.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Grammar.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj
r8806 r12694 11 11 <RootNamespace>HeuristicLab.Problems.LawnMower</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.LawnMower-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 22 23 <ErrorReport>prompt</ErrorReport> 23 24 <WarningLevel>4</WarningLevel> 25 <Prefer32Bit>false</Prefer32Bit> 24 26 </PropertyGroup> 25 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 32 <ErrorReport>prompt</ErrorReport> 31 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 32 35 </PropertyGroup> 33 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 46 49 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 47 50 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 51 <Prefer32Bit>false</Prefer32Bit> 48 52 </PropertyGroup> 49 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 62 66 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 63 67 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 68 <Prefer32Bit>false</Prefer32Bit> 64 69 </PropertyGroup> 65 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 79 84 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 80 85 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 86 <Prefer32Bit>false</Prefer32Bit> 81 87 </PropertyGroup> 82 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 95 101 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 96 102 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 103 <Prefer32Bit>false</Prefer32Bit> 97 104 </PropertyGroup> 98 105 <PropertyGroup> -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Interpreter.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Plugin.cs.frame
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 24 24 namespace HeuristicLab.Problems.LawnMower { 25 [Plugin("HeuristicLab.Problems.LawnMower", "Lawn mower demo problem for genetic programming", "3.3.1 0.$WCREV$")]25 [Plugin("HeuristicLab.Problems.LawnMower", "Lawn mower demo problem for genetic programming", "3.3.11.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.LawnMower-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Problem.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 33 33 namespace HeuristicLab.Problems.LawnMower { 34 34 [StorableClass] 35 [Creatable( "Problems")]35 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 160)] 36 36 [Item("Lawn Mower Problem", "The lawn mower demo problem for genetic programming.")] 37 37 public class Problem : SingleObjectiveHeuristicOptimizationProblem<Evaluator, ISymbolicExpressionTreeCreator> { … … 86 86 new Grammar())); 87 87 Maximization.Value = true; 88 89 GrammarParameter.Value.MaximumFunctionDefinitions = MaxFunctionDefinitionsParameter.Value.Value; 90 GrammarParameter.Value.MaximumFunctionArguments = MaxArgumentDefinitionsParameter.Value.Value; 91 88 92 InitializeOperators(); 89 90 93 RegisterEventHandlers(); 91 94 } … … 182 185 foreach (var op in operators.OfType<ISymbolicExpressionTreeCrossover>()) { 183 186 op.ParentsParameter.ActualName = SolutionCreator.SymbolicExpressionTreeParameter.ActualName; 184 op. ChildParameter.ActualName = SolutionCreator.SymbolicExpressionTreeParameter.ActualName;187 op.SymbolicExpressionTreeParameter.ActualName = SolutionCreator.SymbolicExpressionTreeParameter.ActualName; 185 188 } 186 189 foreach (var op in operators.OfType<ISymbolicExpressionTreeManipulator>()) { -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Properties/AssemblyInfo.cs.frame
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 31 31 [assembly: AssemblyCompany("")] 32 32 [assembly: AssemblyProduct("HeuristicLab")] 33 [assembly: AssemblyCopyright("(c) 2002-201 4HEAL")]33 [assembly: AssemblyCopyright("(c) 2002-2015 HEAL")] 34 34 [assembly: AssemblyTrademark("")] 35 35 [assembly: AssemblyCulture("")] … … 54 54 // [assembly: AssemblyVersion("1.0.*")] 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3.1 0.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.11.$WCREV$")] -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Solution.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Symbols/Constant.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Symbols/ConstantTreeNode.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Symbols/Forward.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Symbols/Frog.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Symbols/Left.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Symbols/Prog.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.LawnMower/3.3/Symbols/Sum.cs
r11185 r12694 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab.
Note: See TracChangeset
for help on using the changeset viewer.