Changeset 13262
- Timestamp:
- 11/18/15 19:29:54 (9 years ago)
- Location:
- branches/gteufl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gteufl/HeuristicLab.Operators/3.3/Remover.cs
r12968 r13262 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/gteufl/HeuristicLab.Optimization.Operators/3.3/ChildrenCopyCreator.cs
r12968 r13262 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 /// Creates a copy of every sub-scope in the current scope and adds it as a child to the sub-scope. 33 33 /// </summary> 34 /// <remarks>35 /// Creates a copy of every sub-scope in the current scope and adds it as a child to the sub-scope.36 /// </remarks>37 34 [Item("ChildrenCopyCreator", "Creates a copy of every sub-scope in the current scope and adds it as a child to the sub-scope.")] 38 35 [StorableClass] -
branches/gteufl/HeuristicLab.Selection/3.3/EvolutionStrategyOffspringSelector.cs
r12968 r13262 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab.
Note: See TracChangeset
for help on using the changeset viewer.