Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/01/11 17:48:53 (13 years ago)
Author:
mkommend
Message:

#1479: Integrated trunk changes.

Location:
branches/GP.Grammar.Editor/HeuristicLab.Algorithms.LocalSearch/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLabAlgorithmsLocalSearchPlugin.cs.frame

    r6099 r6618  
    2626  /// Plugin class for HeuristicLab.Algorithms.LocalSearch plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.LocalSearch", "3.3.4.$WCREV$")]
     28  [Plugin("HeuristicLab.Algorithms.LocalSearch", "3.3.5.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.LocalSearch-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
  • branches/GP.Grammar.Editor/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs

    r6053 r6618  
    5858      get { return (ValueParameter<BoolValue>)Parameters["SetSeedRandomly"]; }
    5959    }
    60     private ConstrainedValueParameter<IMoveGenerator> MoveGeneratorParameter {
     60    public ConstrainedValueParameter<IMoveGenerator> MoveGeneratorParameter {
    6161      get { return (ConstrainedValueParameter<IMoveGenerator>)Parameters["MoveGenerator"]; }
    6262    }
    63     private ConstrainedValueParameter<IMoveMaker> MoveMakerParameter {
     63    public ConstrainedValueParameter<IMoveMaker> MoveMakerParameter {
    6464      get { return (ConstrainedValueParameter<IMoveMaker>)Parameters["MoveMaker"]; }
    6565    }
    66     private ConstrainedValueParameter<ISingleObjectiveMoveEvaluator> MoveEvaluatorParameter {
     66    public ConstrainedValueParameter<ISingleObjectiveMoveEvaluator> MoveEvaluatorParameter {
    6767      get { return (ConstrainedValueParameter<ISingleObjectiveMoveEvaluator>)Parameters["MoveEvaluator"]; }
    6868    }
  • branches/GP.Grammar.Editor/HeuristicLab.Algorithms.LocalSearch/3.3/Properties/AssemblyInfo.frame

    r6099 r6618  
    5353// by using the '*' as shown below:
    5454[assembly: AssemblyVersion("3.3.0.0")]
    55 [assembly: AssemblyFileVersion("3.3.4.$WCREV$")]
     55[assembly: AssemblyFileVersion("3.3.5.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.