# # ChangeLog for / # # Generated by Trac 1.0.12 # 10/31/24 20:03:08 Thu, 04 Dec 2008 14:53:26 GMT kgrading [900] * trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs (modified) continued wcf for #401 Thu, 04 Dec 2008 14:53:04 GMT svonolfe [899] * trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/ClientAdapter.cs (modified) * trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/PermissionOwnerAdapter.cs (modified) * trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/ResourceAdapter.cs (modified) * trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/UserAdapter.cs (modified) * trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IUserAdapter.cs (modified) * trunk/sources/HeuristicLab.Hive.Server.Core/ServiceLocator.cs (modified) * trunk/sources/HeuristicLab.Hive.Server/MainForm.Designer.cs (modified) Added user adapter to the service locator (#372) Thu, 04 Dec 2008 14:19:18 GMT msteinbi [898] * trunk/sources/HeuristicLab.Hive.Server.Core/HeuristicLab.Hive.Server.Core.csproj (modified) Resource file added (#399) Thu, 04 Dec 2008 13:47:41 GMT msteinbi [897] * trunk/sources/HeuristicLab.Hive.Server.Core/HiveServerMessages.Designer.cs (added) * trunk/sources/HeuristicLab.Hive.Server.Core/HiveServerMessages.resx (added) Resource file added (#399) Thu, 04 Dec 2008 08:01:27 GMT vdorfer [896] * trunk/sources/HeuristicLab.ES/ES.cs (modified) * trunk/sources/HeuristicLab.ES/ESEditor.cs (modified) * trunk/sources/HeuristicLab.ES/ESRandomSelector.cs (modified) * trunk/sources/HeuristicLab.ES/HeuristicLabESPlugin.cs (modified) * trunk/sources/HeuristicLab.ES/SelfAdaptiveMutationStrengthAdjuster.cs (modified) * trunk/sources/HeuristicLab.ES/VariableStrengthRepeatingManipulator.cs (modified) * trunk/sources/HeuristicLab.Operators/SubScopesRemover.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/DistanceMatrixPathTSPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/RoundedEuclideanPathTSPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPInjector.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPRoundedEuclideanDistanceMatrixInjector.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPTourInjector.cs (modified) Created API documentation for HeuristicLab.ES namespace and changed ... Wed, 03 Dec 2008 21:16:33 GMT gkronber [895] * trunk/sources/HeuristicLab.Operators.Programmable/ProgrammableOperator.cs (modified) quick fix for #413 (ProgrammableOperator error line number is off by ... Wed, 03 Dec 2008 21:02:40 GMT gkronber [894] * trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj (modified) * trunk/sources/HeuristicLab.DataAnalysis/Regression.cs (deleted) * trunk/sources/HeuristicLab.DataAnalysis/RowShuffler.cs (deleted) * trunk/sources/HeuristicLab.DataAnalysis/RowShuffler.resx (deleted) * trunk/sources/HeuristicLab.DataAnalysis/SvmExporter.cs (deleted) * trunk/sources/HeuristicLab.DataAnalysis/SvmExporter.resx (deleted) * deleted unused class LinearStatistics (file Regression.cs) * ... Wed, 03 Dec 2008 20:53:41 GMT gkronber [893] * trunk/sources/HeuristicLab.Constraints/FalseConstraint.cs (deleted) * trunk/sources/HeuristicLab.Constraints/FalseConstraintView.Designer.cs (deleted) * trunk/sources/HeuristicLab.Constraints/FalseConstraintView.cs (deleted) * trunk/sources/HeuristicLab.Constraints/FalseConstraintView.resx (deleted) * trunk/sources/HeuristicLab.Constraints/HeuristicLab.Constraints.csproj (modified) * trunk/sources/HeuristicLab.Constraints/NotConstraint.cs (modified) * trunk/sources/HeuristicLab.Constraints/NotConstraintView.cs (modified) * trunk/sources/HeuristicLab.Constraints/TrueConstraint.cs (deleted) * trunk/sources/HeuristicLab.Constraints/TrueConstraintView.Designer.cs (deleted) * trunk/sources/HeuristicLab.Constraints/TrueConstraintView.cs (deleted) * trunk/sources/HeuristicLab.Constraints/TrueConstraintView.resx (deleted) killed TrueConstraint and FalseConstraint (#416) Wed, 03 Dec 2008 20:46:53 GMT gkronber [892] * trunk/sources/HeuristicLab.GP.Boolean/HeuristicLabGPBooleanPlugin.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLabOperatorsProgrammablePlugin.cs (modified) Fixed minor copy-paste mistakes (#415) Wed, 03 Dec 2008 20:30:25 GMT gkronber [891] * branches/CloningRefactorBranch (deleted) killed cloning branch #285 Wed, 03 Dec 2008 06:14:04 GMT gkronber [890] * branches/CloningRefactorBranch/HeuristicLab.GP.Boolean/HeuristicLabGPBooleanPlugin.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.GP.StructureIdentification/Constant.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.GP/BakedFunctionTree.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.GP/FunctionBase.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.GP/GPOperatorLibrary.cs (modified) worked on clone refactoring in HL.GP. #285 (Cloning could be ... Tue, 02 Dec 2008 22:01:39 GMT gkronber [889] * branches/CloningRefactorBranch/HeuristicLab.Core/Scope.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ItemList_T.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ObjectData.cs (modified) fixed bugs #285 (Cloning could be improved by creating objects at ... Tue, 02 Dec 2008 20:30:34 GMT gkronber [888] * branches/CloningRefactorBranch/HeuristicLab.Routing.TSP/TSPTour.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Scheduling.JSSP/JSSPInjector.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Scheduling.JSSP/Operation.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Scheduling.JSSP/Schedule.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Scheduling.JSSP/ScheduleInjector.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Scheduling.JSSP/ScheduleTree.cs (modified) Refactored cloning in plugins HL.Routing and HL.Scheduling #285 ... Tue, 02 Dec 2008 20:10:17 GMT gkronber [887] * branches/CloningRefactorBranch/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj (modified) * branches/CloningRefactorBranch/HeuristicLab.CEDMA.Core/OperatorLink.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/OperatorBase.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.DataAnalysis/Dataset.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.DistributedEngine/DistributedEngine.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.ES/ES.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Logging/Linechart.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Logging/Log.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Logging/PointXYChart.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Operators.Programmable/HeuristicLabOperatorsProgrammablePlugin.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Operators.Programmable/ProgrammableOperator.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Operators.Stopwatch/Stopwatch.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Operators/CombinedOperator.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Operators/DelegatingOperator.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Permutation/Permutation.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Random/MersenneTwister.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Random/NormalDistributedRandom.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.SGA/SGA.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.SequentialEngine/SequentialEngine.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.ThreadParallelEngine/ThreadParallelEngine.cs (modified) Refactored cloning in all plugins except: HL.Communication, HL.Hive, ... Tue, 02 Dec 2008 18:42:00 GMT kgrading [886] * trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs (modified) * trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs (modified) * trunk/sources/HeuristicLab.PluginInfrastructure/Properties/AssemblyInfo.frame (modified) * trunk/sources/HeuristicLab.PluginInfrastructure/Runner.cs (modified) worked on #410 Tue, 02 Dec 2008 13:13:06 GMT gkronber [885] * branches/CloningRefactorBranch/HeuristicLab.Constraints/AllSubOperatorsTypeConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/AndConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/ConstraintBase.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/DoubleBoundedConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/FalseConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/IntBoundedConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/IsIntegerConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/ItemTypeConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/NotConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/NumberOfSubOperatorsConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/OrConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/SubOperatorsTypeConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/TrueConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Constraints/VariableComparisonConstraint.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/AtomicOperation.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/CompositeOperation.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/EngineBase.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/OperatorBase.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/OperatorGraph.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/OperatorGroup.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/OperatorLibrary.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/Scope.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/Variable.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Core/VariableInfo.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ArrayDataBase.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/BoolArrayData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/BoolData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/BoolMatrixData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ConstrainedDoubleData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ConstrainedIntData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ConstrainedItemList.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ConstrainedObjectData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/DoubleArrayData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/DoubleData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/DoubleMatrixData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/IntArrayData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/IntData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/IntMatrixData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ItemDictionary_T.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ItemList.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ItemList_T.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/NullData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/ObjectData.cs (modified) * branches/CloningRefactorBranch/HeuristicLab.Data/StringData.cs (modified) Refactored cloning in HL.Core, HL.Data and HL.Constraints #285 ... Tue, 02 Dec 2008 11:41:21 GMT vdorfer [884] * trunk/sources/HeuristicLab.Routing.TSP/DistanceMatrixPathTSPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/HeuristicLabRoutingTSPPlugin.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/PathTSPEvaluatorBase.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/RoundedEuclideanPathTSPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPDistanceMatrixInjectorBase.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPInjector.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPInjectorView.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPParser.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPRoundedEuclideanDistanceMatrixInjector.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPTour.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPTourInjector.cs (modified) * trunk/sources/HeuristicLab.Routing.TSP/TSPTourView.cs (modified) Created API documentation for HeuristicLab.Routing.TSP namespace (#331) Mon, 01 Dec 2008 21:04:02 GMT abeham [883] * branches/3.1/sources/HeuristicLab.Communication.Data/ProtocolState.cs (modified) * branches/3.1/sources/HeuristicLab.Communication.Data/StateTransition.cs (modified) fixing bug in the clone method (ticket #412) Mon, 01 Dec 2008 13:42:57 GMT kgrading [882] * trunk/sources/HeuristicLab.Hive.Client.Communication/ServiceLocator.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Core/Properties/AssemblyInfo.frame (modified) * trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs (modified) moved the appdomain creator (#410) Mon, 01 Dec 2008 12:47:10 GMT vdorfer [881] * trunk/sources/HeuristicLab.Evolutionary/CrossoverBase.cs (modified) * trunk/sources/HeuristicLab.Evolutionary/HeuristicLabEvolutionaryPlugin.cs (modified) * trunk/sources/HeuristicLab.Evolutionary/MultiCrossoverBase.cs (modified) * trunk/sources/HeuristicLab.Evolutionary/SASEGASAReunificator.cs (modified) * trunk/sources/HeuristicLab.Evolutionary/SubScopesStorer.cs (modified) * trunk/sources/HeuristicLab.Evolutionary/SuccessRuleMutationStrengthAdjuster.cs (modified) * trunk/sources/HeuristicLab.Evolutionary/UnidirectionalRingMigrator.cs (modified) Created API documentation for HeuristicLab.Evolutionary namespace (#331)