- Timestamp:
- 06/23/20 04:23:45 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/IParticleCreator.cs
r17226 r17625 20 20 #endregion 21 21 22 using HEAL.Attic; 22 23 using HeuristicLab.Core; 23 using HEAL.Attic;24 24 25 25 namespace HeuristicLab.Optimization { … … 28 28 /// Interface to represent an operator that generates a particle. 29 29 /// </summary> 30 public interface IParticleCreator : I SolutionCreator {30 public interface IParticleCreator : IOperator { 31 31 ILookupParameter<ISolutionCreator> SolutionCreatorParameter { get; } 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.