Changeset 13491 for trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/MultiObjectiveExternalEvaluationProblem.cs
- Timestamp:
- 12/25/15 21:16:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/MultiObjectiveExternalEvaluationProblem.cs
r13257 r13491 59 59 60 60 #region Properties 61 public new IEncoding Encoding { 62 get { return base.Encoding; } 63 set { base.Encoding = value; } 64 } 61 65 public EvaluationCache Cache { 62 66 get { return CacheParameter.Value; }
Note: See TracChangeset
for help on using the changeset viewer.