- Timestamp:
- 07/17/11 22:51:11 (13 years ago)
- Location:
- branches/QAPAlgorithms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAPAlgorithms
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/QAPAlgorithms/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs
r6053 r6569 58 58 get { return (ValueParameter<BoolValue>)Parameters["SetSeedRandomly"]; } 59 59 } 60 p rivateConstrainedValueParameter<IMoveGenerator> MoveGeneratorParameter {60 public ConstrainedValueParameter<IMoveGenerator> MoveGeneratorParameter { 61 61 get { return (ConstrainedValueParameter<IMoveGenerator>)Parameters["MoveGenerator"]; } 62 62 } 63 p rivateConstrainedValueParameter<IMoveMaker> MoveMakerParameter {63 public ConstrainedValueParameter<IMoveMaker> MoveMakerParameter { 64 64 get { return (ConstrainedValueParameter<IMoveMaker>)Parameters["MoveMaker"]; } 65 65 } 66 p rivateConstrainedValueParameter<ISingleObjectiveMoveEvaluator> MoveEvaluatorParameter {66 public ConstrainedValueParameter<ISingleObjectiveMoveEvaluator> MoveEvaluatorParameter { 67 67 get { return (ConstrainedValueParameter<ISingleObjectiveMoveEvaluator>)Parameters["MoveEvaluator"]; } 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.