Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/24/11 17:51:06 (13 years ago)
Author:
gkronber
Message:

#1553: added remaining unit tests to create and run optimizer samples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs

    r6053 r6476  
    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    }
Note: See TracChangeset for help on using the changeset viewer.