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/3.4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.LawnMower/3.4/Plugin.cs.frame

    r12753 r12899  
    2323
    2424namespace HeuristicLab.Problems.LawnMower {
    25   [Plugin("HeuristicLab.Problems.LawnMower", "Lawn mower demo problem for genetic programming", "3.3.12.$WCREV$")]
    26   [PluginFile("HeuristicLab.Problems.LawnMower-3.3.dll", PluginFileType.Assembly)]
     25  [Plugin("HeuristicLab.Problems.LawnMower", "Lawn mower demo problem for genetic programming", "3.4.0.$WCREV$")]
     26  [PluginFile("HeuristicLab.Problems.LawnMower-3.4.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2828  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    3434  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3535  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     36  [PluginDependency("HeuristicLab.Random", "3.3")]
    3637  public class HeuristicLabProblemsLawnMowerPlugin : PluginBase {
    3738  }
Note: See TracChangeset for help on using the changeset viewer.