Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Optimization/3.3/Interfaces/ISwarmUpdater.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Optimization/3.3/Interfaces/ISwarmUpdater.cs
r14185 r14929 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Data; 24 using HeuristicLab.Persistence; 24 25 25 26 namespace HeuristicLab.Optimization { 27 [StorableType("0689506f-0b86-4994-9a16-37527818dc3d")] 26 28 public interface ISwarmUpdater : IOperator { 27 29 IScopeTreeLookupParameter<DoubleValue> QualityParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.