# # ChangeLog for branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2 # # Generated by Trac 1.0.12 # 08/16/24 08:40:56 Wed, 03 Jun 2009 00:40:39 GMT swagner [1994] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Environment.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/HeuristicLab.Core-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IEnvironment.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IItem.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IParameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IViewable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterEventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterType.cs (added) Refactoring of the operator architecture (#95) Tue, 02 Jun 2009 20:48:31 GMT swagner [1992] * branches/Operator Architecture Refactoring (copied) Created branch for refactoring the operator architecture (#95) Tue, 19 May 2009 11:18:46 GMT gkronber [1851] * trunk/sources/HeuristicLab.Core/3.2/Interfaces/IOperator.cs (modified) * trunk/sources/HeuristicLab.Core/3.2/OperatorBase.cs (modified) * trunk/sources/HeuristicLab.SequentialEngine/3.2/SequentialEngine.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorCreator.cs (modified) Reverted r1847 after discussion with swagner. Instead each operator ...