Changeset 15091 for trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 06/29/17 15:26:16 (8 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IParticleCreator.cs
r14185 r15091 27 27 /// </summary> 28 28 public interface IParticleCreator : ISolutionCreator { 29 ILookupParameter<ISolutionCreator> SolutionCreatorParameter { get; } 29 30 } 30 31 }
Note: See TracChangeset
for help on using the changeset viewer.