# # ChangeLog for branches/Operator Architecture Refactoring/HeuristicLab.Core # # Generated by Trac 1.0.12 # 07/06/24 21:28:27 Tue, 16 Jun 2009 01:36:48 GMT swagner [2046] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/AliasEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraphView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraphView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraphView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallNode.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallNodeBase.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CancelEventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Cloner.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ExceptionEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallNode.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IEngine.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IVariable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ItemEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ItemIndexEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/KeyValueEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/NameChangingEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperationEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorCallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorIndexEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ScopeEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ScopeIndexEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Variable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableInfoEventArgs.cs (deleted) Refactoring of the operator architecture (#95) Mon, 15 Jun 2009 00:18:42 GMT swagner [2042] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Auxiliary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CloneableBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Cloner.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CompositeOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICloneable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICloner.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorLibrary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Parameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterEventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Variable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableInfo.cs (modified) Refactoring of the operator architecture (#95) Mon, 08 Jun 2009 22:57:49 GMT swagner [2033] * branches/Operator Architecture Refactoring/HeuristicLab.AdvancedOptimizationFrontend/3.3/MainForm.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Auxiliary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraph.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CloneableBase.cs (moved) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CompositeOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBase.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.Designer.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.resx (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstraintEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallGraph.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICloneable.cs (moved) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IConstrainedItem.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IConstraint.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IItem.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IViewable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ItemBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBaseView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBaseView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraphView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorLibrary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Parameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterType.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/PersistenceManager.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Variable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableInfo.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.OptimizationFrontend/3.3/MainForm.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.ThreadParallelEngine/3.3/ThreadParallelEngine.cs (modified) Refactoring of the operator architecture (#95) 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 ...