# # ChangeLog for / # # Generated by Trac 1.0.12 # 09/29/24 11:59:10 Thu, 26 Mar 2009 15:15:54 GMT aleitner [1431] * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.cs (modified) show new job-element in console (#508) Thu, 26 Mar 2009 14:49:40 GMT kgrading [1430] * trunk/sources/HeuristicLab.Hive.JobBase/Interfaces/IJob.cs (modified) minor final changes to the interface (#529) Thu, 26 Mar 2009 11:39:21 GMT epitzer [1429] * branches/New Persistence Exploration/Persistence/Persistence/Default/ViewOnly (added) * branches/New Persistence Exploration/Persistence/Persistence/Default/ViewOnly/ViewOnlyFormat.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence-3.3.csproj (modified) * branches/New Persistence Exploration/Persistence/Test/NewSerializationTest.cs (modified) View-only serializer for debugging purposes. (#506) Thu, 26 Mar 2009 11:38:32 GMT epitzer [1428] * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/XmlGenerator.cs (modified) Refactoring of Generator interface. (#506) Thu, 26 Mar 2009 11:37:41 GMT epitzer [1427] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Configuration.cs (modified) Bug fix type names for interfaces don't work with version invariant ... Thu, 26 Mar 2009 10:02:09 GMT gkronber [1426] * trunk/sources/HeuristicLab.CEDMA.Core/Results.cs (modified) Implemented mapping from categorical values to double values. ... Thu, 26 Mar 2009 09:42:56 GMT epitzer [1425] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/HeuristicLab.Persistence.GUI.csproj (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence.sln (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/ConfigurationService.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence-3.3.csproj (added) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (deleted) * branches/New Persistence Exploration/Persistence/Test/HeuristicLab.Persistence.Test.csproj (modified) Use version invariant assembly qualified name and update plug-in ... Wed, 25 Mar 2009 18:00:02 GMT gkronber [1424] * trunk/sources/HeuristicLab.CEDMA.Charting/BubbleChart.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Core/Results.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Core/ResultsEntry.cs (modified) Fixed tooltip bug in CEDMA BubbleChart. #543 (MouseDrag events in ... Wed, 25 Mar 2009 16:55:29 GMT epitzer [1423] * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/StorableDecomposer.cs (added) Add missing file StorableDecomposer.cs (should belong to r1419) (#506) Wed, 25 Mar 2009 16:54:30 GMT epitzer [1422] * branches/New Persistence Exploration/Persistence/Persistence/Core/TypeStringBuilder.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (modified) New extension method to obtain a full name without version ... Wed, 25 Mar 2009 16:53:07 GMT epitzer [1421] * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/DictionaryDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (modified) Remove unnecessary class attributes. (#506) Wed, 25 Mar 2009 16:52:02 GMT epitzer [1420] * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) Remove old storable persistence mechanism. (#506) Wed, 25 Mar 2009 16:16:32 GMT epitzer [1419] * branches/New Persistence Exploration/Persistence/Persistence/Core/DataMemberAccessor.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/StorableAttribute.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/DictionaryDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (modified) * branches/New Persistence Exploration/Persistence/Persistence/Interfaces/IDecomposer.cs (modified) Implement persistence of storables as decomposer. (#506) Wed, 25 Mar 2009 16:15:42 GMT epitzer [1418] * branches/New Persistence Exploration/Persistence/Persistence/Core/Configuration.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/ConfigurationService.cs (modified) Don't crash if user configuration cannot be loaded. (#506) Wed, 25 Mar 2009 13:48:56 GMT gkronber [1417] * trunk/sources/HeuristicLab.CEDMA.Core/Console.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Core/DataSet.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Core/DataSetList.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj (modified) * trunk/sources/HeuristicLab.CEDMA.Core/Results.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Core/ResultsEntry.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Core/StoreProxy.cs (added) * trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/IStore.cs (modified) * trunk/sources/HeuristicLab.CEDMA.DB/Store.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Server/DispatcherBase.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Server/Server.cs (modified) Introduced paging for queries to fix problems with large WCF ... Wed, 25 Mar 2009 13:46:44 GMT gkronber [1416] * trunk/sources/HeuristicLab.sln (modified) Changed target to x86 for newer projects in configuration 'CEDMA ... Wed, 25 Mar 2009 13:25:36 GMT abeham [1415] * trunk/sources/HeuristicLab.SimOpt/SimOptCrossoverPreparator.cs (modified) fixed crossover preparator (#541) Wed, 25 Mar 2009 13:06:31 GMT epitzer [1414] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.Designer.cs (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.resx (modified) Include decomposer configuration in dynamically created tab pages for ... Wed, 25 Mar 2009 12:22:21 GMT abeham [1413] * trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj (modified) * trunk/sources/HeuristicLab.SimOpt/HeuristicLabSimOptPlugin.cs (modified) * trunk/sources/HeuristicLab.SimOpt/NumericDataRoundedAverageMultiCrossover.cs (added) * trunk/sources/HeuristicLab.SimOpt/SimOptSelfAdaptiveNumericVectorNormalMutation.cs (added) * trunk/sources/HeuristicLab.SimOpt/SimOptSelfAdaptiveNumericVectorProbabilityMutation.cs (added) added some manipulation operators (#540) Wed, 25 Mar 2009 12:16:44 GMT abeham [1412] * trunk/sources/HeuristicLab.SimOpt/DoubleParameterBoundConstraintView.Designer.cs (modified) * trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj (modified) * trunk/sources/HeuristicLab.SimOpt/IntParameterBoundConstraint.cs (added) * trunk/sources/HeuristicLab.SimOpt/IntParameterBoundConstraintView.Designer.cs (added) * trunk/sources/HeuristicLab.SimOpt/IntParameterBoundConstraintView.cs (added) * trunk/sources/HeuristicLab.SimOpt/IntParameterBoundConstraintView.resx (added) added IntParameterBoundConstraint (#539) fixed tab order in ...