Changeset 16577 for addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/Aggregators
- Timestamp:
- 01/29/19 09:48:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/Aggregators/IAggregator.cs
r7128 r16577 1 1 using HeuristicLab.Core; 2 2 using HeuristicLab.Optimization; 3 using HEAL.Attic; 3 4 4 5 namespace HeuristicLab.Analysis.FitnessLandscape { 5 6 [StorableType("C167C0FA-EF7E-4861-939D-6FAB9EFCCDAF")] 6 7 public interface IAggregator : IItem { 7 8 void MaybeAddResult(IResult result);
Note: See TracChangeset
for help on using the changeset viewer.