# # ChangeLog for trunk/sources/HeuristicLab.Parameters/3.3/ValueLookupParameter.cs # # Generated by Trac 1.0.12 # 07/19/24 10:08:38 Wed, 10 Feb 2010 02:39:02 GMT swagner [2773] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Core/3.3/Engine.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/ExecutionContext.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/ExecutionContextCollection.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IExecutionSequence.cs (moved) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Operators.Views/3.3/MultipleCallsOperatorView.Designer.cs (moved) * trunk/sources/HeuristicLab.Operators.Views/3.3/MultipleCallsOperatorView.cs (moved) * trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs (added) * trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/Assigner.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/CombinedOperator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/Comparator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/ConditionalBranch.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/DoubleCounter.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * trunk/sources/HeuristicLab.Operators/3.3/IntCounter.cs (moved) * trunk/sources/HeuristicLab.Operators/3.3/MultipleCallsOperator.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/MultipleSuccessorsOperator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/Operator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/ParallelProcessor.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/ParallelSubScopesProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/Placeholder.cs (moved) * trunk/sources/HeuristicLab.Operators/3.3/ScopeCleaner.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SequentialProcessor.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/SequentialSubScopesProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SingleCallOperator.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/SingleSuccessorOperator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/StochasticBranch.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SubScopesCreater.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SubScopesRemover.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SubScopesSorter.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/UniformParallelSubScopesProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/UniformSequentialSubScopesProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/ValuesCollector.cs (moved) * trunk/sources/HeuristicLab.Operators/3.3/VariableInjector.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/LookupParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/ValueLookupParameter.cs (modified) * trunk/sources/HeuristicLab.Random/3.3 (modified) * trunk/sources/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj (modified) * trunk/sources/HeuristicLab.Random/3.3/HeuristicLabRandomPlugin.cs (deleted) * trunk/sources/HeuristicLab.Random/3.3/HeuristicLabRandomPlugin.cs.frame (added) * trunk/sources/HeuristicLab.Random/3.3/MersenneTwister.cs (modified) * trunk/sources/HeuristicLab.Random/3.3/NormalDistributedRandom.cs (modified) * trunk/sources/HeuristicLab.Random/3.3/Properties/AssemblyInfo.frame (modified) * trunk/sources/HeuristicLab.Random/3.3/RandomInitializer.cs (added) * trunk/sources/HeuristicLab.Random/3.3/RandomInjector.cs (deleted) * trunk/sources/HeuristicLab.SequentialEngine/3.3/SequentialEngine.cs (modified) Operator architecture refactoring (#95) * worked on parameters and ... Mon, 08 Feb 2010 02:43:36 GMT swagner [2757] * trunk/sources/HeuristicLab.Core/3.3/Engine.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/ExecutionContext.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/ExecutionContextCollection.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IExecutionContext.cs (added) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/ItemArray.cs (modified) * trunk/sources/HeuristicLab.Data.Views/3.3/ComparisonDataView.Designer.cs (added) * trunk/sources/HeuristicLab.Data.Views/3.3/ComparisonDataView.cs (added) * trunk/sources/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Data/3.3/BoolData.cs (modified) * trunk/sources/HeuristicLab.Data/3.3/Comparison.cs (added) * trunk/sources/HeuristicLab.Data/3.3/ComparisonData.cs (added) * trunk/sources/HeuristicLab.Data/3.3/DateTimeData.cs (modified) * trunk/sources/HeuristicLab.Data/3.3/DoubleData.cs (modified) * trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj (modified) * trunk/sources/HeuristicLab.Data/3.3/IntData.cs (modified) * trunk/sources/HeuristicLab.Data/3.3/StringData.cs (modified) * trunk/sources/HeuristicLab.Data/3.3/TimeSpanData.cs (modified) * trunk/sources/HeuristicLab.Data/3.3/ValueTypeData.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/AddVariableInfoDialog.Designer.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/AddVariableInfoDialog.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/AddVariableInfoDialog.resx (deleted) * trunk/sources/HeuristicLab.Operators/3.3/CombinedOperator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/Comparator.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/ComparatorBase.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/ConditionalBranch.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/Counter.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/DelegatingOperator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/DoubleCounter.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/EqualToComparator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/GreaterOrEqualThanComparator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/GreaterThanComparator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * trunk/sources/HeuristicLab.Operators/3.3/LessOrEqualThanComparator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/LessThanComparator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/Operator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/ParallelProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/ScopeCleaner.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SequentialProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SingleObjectiveEvaluatorBase.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/SingleSuccessorOperator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/Sorter.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/SubScopesCreater.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SubScopesRemover.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SubScopesSorter.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/UnequalToComparator.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/UniformParallelSubScopesProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/UniformSequentialSubScopesProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/ValueCollector.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/VariableInjector.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/VariableInjectorView.Designer.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/VariableInjectorView.cs (deleted) * trunk/sources/HeuristicLab.Parameters/3.3/LookupParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/Parameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/ScopeParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/SubScopesLookupParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/ValueLookupParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/ValueParameter.cs (modified) * trunk/sources/HeuristicLab.SequentialEngine/3.3/SequentialEngine.cs (modified) Operator architecture refactoring (#95) * worked on parameters and ... Fri, 05 Feb 2010 04:23:56 GMT swagner [2756] * trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/ILookupParameter.cs (added) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IOperatorParameter.cs (deleted) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IValueLookupParameter.cs (added) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IValueParameter.cs (added) * trunk/sources/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Operators.Views/3.3/MultipleSuccessorsOperatorView.Designer.cs (added) * trunk/sources/HeuristicLab.Operators.Views/3.3/MultipleSuccessorsOperatorView.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/Counter.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/MultipleSuccessorsOperator.cs (modified) * trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Parameters.Views/3.3/LookupParameterView.Designer.cs (moved) * trunk/sources/HeuristicLab.Parameters.Views/3.3/LookupParameterView.cs (moved) * trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs (moved) * trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.cs (moved) * trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.Designer.cs (moved) * trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.cs (moved) * trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj (modified) * trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLabParametersPlugin.cs.frame (modified) * trunk/sources/HeuristicLab.Parameters/3.3/LookupParameter.cs (added) * trunk/sources/HeuristicLab.Parameters/3.3/OperatorParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/Parameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/ScopeParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/SubScopesLookupParameter.cs (moved) * trunk/sources/HeuristicLab.Parameters/3.3/ValueLookupParameter.cs (moved) * trunk/sources/HeuristicLab.Parameters/3.3/ValueParameter.cs (added) Operator architecture refactoring (#95) * worked on parameters and ... Wed, 03 Feb 2010 03:43:06 GMT swagner [2740] * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IOperatorParameter.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (modified) * trunk/sources/HeuristicLab.Data/3.3/ItemList.cs (deleted) * trunk/sources/HeuristicLab.Data/3.3/ItemListView.cs (deleted) * trunk/sources/HeuristicLab.Data/3.3/ItemListView_T.Designer.cs (deleted) * trunk/sources/HeuristicLab.Data/3.3/ItemListView_T.cs (deleted) * trunk/sources/HeuristicLab.Data/3.3/ItemListView_T.resx (deleted) * trunk/sources/HeuristicLab.Data/3.3/ItemList_T.cs (deleted) * trunk/sources/HeuristicLab.Operators/3.3/CombinedOperator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/Counter.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/EmptyOperator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * trunk/sources/HeuristicLab.Operators/3.3/MultipleSuccessorsOperator.cs (added) * trunk/sources/HeuristicLab.Operators/3.3/Operator.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SequentialProcessor.cs (modified) * trunk/sources/HeuristicLab.Operators/3.3/SingleSuccessorOperator.cs (moved) * trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Parameters.Views/3.3/ItemParameterView.Designer.cs (modified) * trunk/sources/HeuristicLab.Parameters.Views/3.3/ItemParameterView.cs (modified) * trunk/sources/HeuristicLab.Parameters.Views/3.3/OperatorParameterView.Designer.cs (added) * trunk/sources/HeuristicLab.Parameters.Views/3.3/OperatorParameterView.cs (added) * trunk/sources/HeuristicLab.Parameters.Views/3.3/SubScopesItemParameterView.Designer.cs (added) * trunk/sources/HeuristicLab.Parameters.Views/3.3/SubScopesItemParameterView.cs (added) * trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj (modified) * trunk/sources/HeuristicLab.Parameters/3.3/ItemParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/OperatorParameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/Parameter.cs (modified) * trunk/sources/HeuristicLab.Parameters/3.3/ScopeParameter.cs (added) * trunk/sources/HeuristicLab.Parameters/3.3/SubScopesItemParameter.cs (added) Operator architecture refactoring (#95) * worked on parameters and ...