- Timestamp:
- 12/04/17 23:19:44 (7 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Optimization/3.3/Interfaces/IPopulationReducer.cs
r15454 r15492 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2017 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Data; 24 using HeuristicLab.Optimization;25 24 26 namespace HeuristicLab. Problems.GeneralizedQuadraticAssignment.Common {25 namespace HeuristicLab.Optimization { 27 26 public interface IPopulationReducer : IReducer { 28 27 ILookupParameter<IntValue> MinimumPopulationSizeParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.