Changeset 16956 for branches/2457_ExpertSystem/HeuristicLab.Optimization/3.3/Interfaces/ITopologyUpdater.cs
- Timestamp:
- 05/15/19 13:36:51 (5 years ago)
- Location:
- branches/2457_ExpertSystem/HeuristicLab.Optimization
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2457_ExpertSystem/HeuristicLab.Optimization
- Property svn:mergeinfo changed
-
branches/2457_ExpertSystem/HeuristicLab.Optimization/3.3/Interfaces/ITopologyUpdater.cs
r16075 r16956 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 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 HEAL.Attic; 24 25 25 26 namespace HeuristicLab.Optimization { 27 [StorableType("911570e3-4dd5-47d1-b2e2-53d15ac1fe97")] 26 28 public interface ITopologyUpdater : IOperator { 27 29 IScopeTreeLookupParameter<IntArray> NeighborsParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.