Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/25/15 14:18:07 (9 years ago)
Author:
gkronber
Message:

#2422: ported lawn mower problem to use BasicProblem and SymbolicExpressionTreeEncoding

Location:
trunk/sources/HeuristicLab.Problems.LawnMower.Views
Files:
1 added
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views-3.3.csproj

    r12846 r12899  
    176176    <ProjectReference Include="..\..\HeuristicLab.Problems.LawnMower\3.3\HeuristicLab.Problems.LawnMower-3.3.csproj">
    177177      <Project>{9A04599C-D608-4240-8DA6-D41F51C515A3}</Project>
    178       <Name>HeuristicLab.Problems.LawnMower</Name>
     178      <Name>HeuristicLab.Problems.LawnMower-3.3</Name>
    179179      <Private>False</Private>
    180180    </ProjectReference>
  • trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4/Plugin.cs.frame

    r12753 r12899  
    2323
    2424namespace HeuristicLab.Problems.LawnMower.Views {
    25   [Plugin("HeuristicLab.Problems.LawnMower.Views", "Lawn mower demo problem for genetic programming (views)", "3.3.12.$WCREV$")]
    26   [PluginFile("HeuristicLab.Problems.LawnMower.Views-3.3.dll", PluginFileType.Assembly)]
     25  [Plugin("HeuristicLab.Problems.LawnMower.Views", "Lawn mower demo problem for genetic programming (views)", "3.4.0.$WCREV$")]
     26  [PluginFile("HeuristicLab.Problems.LawnMower.Views-3.4.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Core", "3.3")]
    2828  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     
    3030  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4")]
    3131  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    32   [PluginDependency("HeuristicLab.Problems.LawnMower", "3.3")]
     32  [PluginDependency("HeuristicLab.Problems.LawnMower", "3.4")]
    3333  public class HeuristicLabProblemsLawnMowerViewsPlugin : PluginBase {
    3434  }
  • trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4/Properties/AssemblyInfo.cs.frame

    r12753 r12899  
    5252// You can specify all the values or you can default the Build and Revision Numbers
    5353// by using the '*' as shown below:
    54 [assembly: AssemblyVersion("3.3.0.0")]
    55 [assembly: AssemblyFileVersion("3.3.12.$WCREV$")]
     54[assembly: AssemblyVersion("3.4.0.0")]
     55[assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
  • trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4/SolutionProgramView.cs

    r12012 r12899  
    4949      }
    5050    }
    51 
    5251  }
    5352}
Note: See TracChangeset for help on using the changeset viewer.