# # ChangeLog for branches/Operator Architecture Refactoring/HeuristicLab.Core # # Generated by Trac 1.0.12 # 07/12/24 18:23:27 Mon, 08 Jun 2009 00:02:21 GMT swagner [2030] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IParameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Parameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.cs (modified) Refactoring of the Operator Architecture (#95) Sat, 06 Jun 2009 00:09:35 GMT swagner [2027] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Environment.cs (modified) * 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 (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IVariablesContainer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.Designer.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.resx (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorGraphView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Parameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ComparatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ConditionalBranch.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/Counter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/DoubleCounter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/EmptyOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/HeuristicLab.Operators-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/HeuristicLabOperatorsPlugin.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ParallelProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ParallelSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SequentialProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SequentialSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SubScopesCreater.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/UniformParallelSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/UniformSequentialSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjector.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.SequentialEngine/3.2/SequentialEngine.cs (modified) Refactoring of the operator architecture (#95) 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) Wed, 27 May 2009 16:12:38 GMT epitzer [1921] * trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.3/MainForm.Designer.cs (modified) * trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.3/MainForm.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/EditorBase.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IEditor.cs (modified) Refactor saving into IEditor and provide choice of compressed and ...