Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/GriewankAdditiveMoveEvaluator.cs
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/GriewankAdditiveMoveEvaluator.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 27 27 namespace HeuristicLab.Problems.TestFunctions { 28 28 [Item("GriewankAdditiveMoveEvaluator", "Class for evaluating an additive move on the Griewank function.")] 29 [StorableClass ]29 [StorableClass("DF997CC3-CD64-4A7D-94CA-102E8A7F23FF")] 30 30 public class GriewankAdditiveMoveEvaluator : AdditiveMoveEvaluator { 31 31 public override System.Type EvaluatorType {
Note: See TracChangeset
for help on using the changeset viewer.