- Timestamp:
- 03/04/15 14:17:09 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12057,12059-12060
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/EvaluationTracker.cs
r12009 r12121 111 111 } 112 112 113 public bool IsBetter(double quality, double bestQuality) {113 public override bool IsBetter(double quality, double bestQuality) { 114 114 return problem.IsBetter(quality, bestQuality); 115 115 }
Note: See TracChangeset
for help on using the changeset viewer.