Changeset 16956 for branches/2457_ExpertSystem/HeuristicLab.Optimization/3.3/Interfaces/ITerminator.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/ITerminator.cs
r16075 r16956 1 #region License Information 1 using HEAL.Attic; 2 #region License Information 2 3 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 5 * 5 6 * This file is part of HeuristicLab. … … 21 22 22 23 namespace HeuristicLab.Optimization { 24 [StorableType("1fa5c25c-b71f-41bd-bae3-89bde0268f98")] 23 25 /// <summary> 24 26 /// An interface which represents an operator for checking a termination criterion.
Note: See TracChangeset
for help on using the changeset viewer.