# # ChangeLog for / # # Generated by Trac 1.0.12 # 07/21/24 02:15:42 Tue, 24 Nov 2015 14:24:12 GMT abeham [13359] * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Individuals/MultiSolution.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IEncodingOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IMultiEncodingOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/MultiEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingCreator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingCrossover.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/ScopeUtil.cs (modified) #2521: worked on multi-encoding (it works again). Some issues are ... Tue, 24 Nov 2015 14:22:21 GMT swagner [13358] * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/Mapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs (added) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/Transformer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/HeuristicLab.Persistence-4.0.csproj (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/Transformers.cs (moved) #2520: Worked on new persistence implementation Tue, 24 Nov 2015 13:29:53 GMT abeham [13357] * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblems.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblems.cs (modified) #2521: changed solution name of combined encoding Tue, 24 Nov 2015 11:56:04 GMT abeham [13356] * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Individuals/MultiSolution.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IMultiEncodingOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/MultiEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingCreator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingCrossover.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingManipulator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblems.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblems.cs (modified) #2521: working on multi-encoding Tue, 24 Nov 2015 11:49:34 GMT jkarder [13355] * branches/Async/HeuristicLab.Tests/HeuristicLab-3.3/Samples/SamplesUtils.cs (modified) * branches/Async/HeuristicLab.Tests/HeuristicLab.Scripting-3.3/ScriptingUtils.cs (modified) #2258: updated unit test utils Tue, 24 Nov 2015 11:20:43 GMT jkarder [13354] * branches/Async/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs (modified) * branches/Async/HeuristicLab.Core/3.3/Executable.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/Algorithms/Algorithm.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/MetaOptimizers/Experiment.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/MetaOptimizers/TimeLimitRun.cs (modified) #2258: improved cancellation support Tue, 24 Nov 2015 10:58:27 GMT gkronber [13353] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/AboutDialog.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/Main.cs (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/SplashScreen.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab/3.3/Properties/AssemblyInfo.cs.frame (modified) #2522: added assembly attribute for release code name and updated ... Tue, 24 Nov 2015 10:53:58 GMT gkronber [13352] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/ErrorDialog.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MainForm.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm/3.3/Interfaces/IMainForm.cs (modified) #2522 added overrides for ShowError in IMainForm Mon, 23 Nov 2015 21:18:35 GMT abeham [13351] * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Encoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Individuals/MultiSolution.cs (moved) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IMultiEncodingOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/MultiEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingCreator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/ScopeUtil.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblems.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblems.cs (modified) #2521: Adapted multi-encoding for new infrastructure TODO: ... Mon, 23 Nov 2015 20:38:35 GMT mkommend [13350] * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProblemDefinitionScript.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblems.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProblemDefinitionScript.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblems.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/CompiledMultiObjectiveProblemDefinition_Template.cs (added) #2521: Adapted multi-objective programmable problem. Mon, 23 Nov 2015 20:18:26 GMT jkarder [13349] * branches/Async/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs (modified) * branches/Async/HeuristicLab.Algorithms.DataAnalysis/3.4/FixedDataAnalysisAlgorithm.cs (modified) * branches/Async/HeuristicLab.Clients.Hive/3.3/Tasks/EngineTask.cs (modified) * branches/Async/HeuristicLab.Clients.Hive/3.3/Tasks/OptimizerTask.cs (modified) * branches/Async/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBAlgorithmView.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptyAlgorithm.cs (modified) * branches/Async/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs (modified) * branches/Async/HeuristicLab.Core/3.3/Engine.cs (modified) * branches/Async/HeuristicLab.Core/3.3/Executable.cs (modified) * branches/Async/HeuristicLab.Core/3.3/Interfaces/IExecutable.cs (modified) * branches/Async/HeuristicLab.DebugEngine/3.3/DebugEngine.cs (modified) * branches/Async/HeuristicLab.Optimization.Views/3.3/IOptimizerView.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/Algorithms/Algorithm.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/Algorithms/EngineAlgorithm.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/MetaOptimizers/Experiment.cs (modified) * branches/Async/HeuristicLab.Optimization/3.3/MetaOptimizers/TimeLimitRun.cs (modified) * branches/Async/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs (modified) #2258: added `StartAsync` to `IExecutable` Mon, 23 Nov 2015 20:07:22 GMT mkommend [13348] * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/CompiledProblemDefinition.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/ProblemDefinitionScript.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblems.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/CompiledSingleObjectiveProblemDefinition_Template.cs (moved) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/ScriptTemplates.Designer.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/ScriptTemplates.resx (modified) #2521: Refactored single-objective programmable problem. Mon, 23 Nov 2015 17:47:21 GMT swagner [13347] * branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableClassAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableConstructorAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableHookAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/ComponentInfo.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/Index.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/Mapper.cs (moved) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/ProtoBufSerializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/ReferenceEqualityComparer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/Serializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StorableAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StorableClassAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/Transformer.cs (moved) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/TransformerAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/TypeInfo.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/HeuristicLab.Persistence-4.0.csproj (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/ISerializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/ITransformer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Plugin.cs.frame (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Properties/AssemblyInfo.cs.frame (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Protos/PersistenceMessages.proto (modified) #2520: Worked on persistence overhaul Mon, 23 Nov 2015 17:39:08 GMT gkronber [13346] * branches/RemoveBackwardsCompatibility (copied) #2523: created branch for removing persistence backwards ... Mon, 23 Nov 2015 17:38:37 GMT mkommend [13345] * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable.Views/3.3/ProblemDefinitionScriptView.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable.Views/3.3/SingleObjectiveProgrammableProblemView.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/CompiledProblemDefinition.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Interfaces (added) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Interfaces/IProgrammableProblem.cs (added) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/ProblemDefinitionScript.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProblemDefinitionScript.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblems.cs (added) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/CompiledSingleObjectiveProblemDefinition.cs (modified) #2521: refactored programmable problem Mon, 23 Nov 2015 16:56:18 GMT gkronber [13344] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IControlManager.cs (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginValidator.cs (modified) #2522: removed unused interface IControlManager, removed usage of ... Mon, 23 Nov 2015 16:31:39 GMT gkronber [13343] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Attributes/ApplicationAttribute.cs (modified) #2522: removed support for restarting of HL-applications (nobody ... Mon, 23 Nov 2015 16:26:26 GMT gkronber [13342] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Advanced (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/BaseClasses (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Manager (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Sandboxing (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Starter (deleted) #2522: deleted empty folders Mon, 23 Nov 2015 16:25:20 GMT gkronber [13341] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/ApplicationBase.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/ApplicationDescription.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginBase.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginDescription.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginFile.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginInfrastructureEventArgs.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginManager.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginValidator.cs (moved) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/SandboxManager.cs (moved) #2522: moved files from folders into top-level folder to reduce the ... Mon, 23 Nov 2015 16:16:35 GMT gkronber [13340] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.snk (added) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/Properties/AssemblyInfo.cs (deleted) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/Properties/AssemblyInfo.cs.frame (added) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/SplashScreen.Designer.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/SplashScreen.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab/3.3/HeuristicLab-3.3.csproj (modified) #2522: added release name to SplashScreen, added ...