Timeline
04/18/13:
- 16:35 Changeset [9381] by
-
#2030
Activated Delayed Loading for binary data.
Added HiveOperationContext to store HiveDataContext for whole ServiceOperation duration.
Added HiveDao methods to query database objects, not DTOs.
Changed HartbeatManager to use only database objects from new queries.
- 16:06 Changeset [9380] by
-
#2031 use EnhancedStringConvertibleMatrixView instead of StringConvertibleMatrixView in ResultCorrelationView
- 16:03 Changeset [9379] by
-
- moved EnhancedStringConvertibleMatrixView to Data.Views
- fixed a bug that occurred when no row visibility was set which resulted in empty row headers and an exception when changing the row visibility
- 15:59 Ticket #2035 (Move EnhancedStringConvertibleMatrixView to HeuristicLab.Data.Views) created by
- EnhancedStringConvertibleMatrixView was introduced with ticket #1292 …
- 13:07 Changeset [9378] by
-
#2031 fixed some bugs and the coloring in the chart analysis view
- 09:47 Changeset [9377] by
-
#2031 added sorting for the chart analysis view
04/17/13:
- 16:34 Changeset [9376] by
-
#2034 added method for querying the current row index in the StringConvertibleMatrixView
- 16:34 Changeset [9375] by
-
- Getting connection information from configuration file
- 16:32 Ticket #2034 (Add method for querying the current row index in ...) created by
- If columns get sorted in the StringConvertibleMatrixView, the indices …
- 15:56 Changeset [9374] by
-
#2030 Adjust namespace for project.
- 15:43 Changeset [9373] by
-
#2030
Added MultiSlaveRunner for starting multiple Slave Cores on a single Machine.
Mocked GUID generation for slaves to random GUID.
Deactivated PerformanceCounter measurements from ConfigManager to avoid shared resource locks.
- 15:36 Changeset [9372] by
-
#2030 Added Sleep-BenchmarkAlgorithm.
- 15:04 Changeset [9371] by
-
#1888:
*Marked necessary configuration steps with ADJUST_ME
- 14:25 Changeset [9370] by
-
- Added necessary HL exe file
- 13:53 Changeset [9369] by
-
#2030
Aborted transactions are logged into file.
Enabled PerformanceCounter for Service-Operations.
New Slaves are assigned to HEAL ResourceGroup automatically.
- 13:16 Changeset [9368] by
-
#2030 branched trunk
- 13:14 Changeset [9367] by
-
- Added missing HeuristicLab 3.3.exe.config to optimization project
- 11:54 Changeset [9366] by
-
- Removed unnecessary files from Optimization.Web project
- 10:49 Changeset [9365] by
-
- WorkerRole of Slave now logs all exceptions during startup to the blobstore (slavelog).
- The PluginManager throws an exception during CheckWorkingDirectories() (Save method) which will be caught now, preventing crashes in Windows Azure.
- "db.DeferredLocal = false" has been removed to prevent loading bugs.
- HiveScenarioManager doesn't crash anymore, if he can't find an algorithm within a job during retrieval of the run results.
04/16/13:
- 16:23 Changeset [9364] by
-
#1886 added repetitions for random parameter configurations
- 13:13 Changeset [9363] by
-
- Merged revisions from trunk
- 08:57 Changeset [9362] by
-
- Added IVisualExtensionDao to the backend representing js extension that create new viewable elements of an algorithm.
- Started to upgrade the frontend to render those new javascript UI extensions.
- 01:26 EvoSoft edited by
- (diff)
- 00:02 Changeset [9361] by
-
#1886 adapted create experiment dialog so that it can generate random configurations
04/15/13:
- 15:17 Ticket #2033 (Additive covariance function) created by
- See Duvenaud, Nickisch, Rasmussen: Additive Gaussian Processes. arXiv …
- 15:14 Ticket #2032 (Polynomial covariance function) created by
- 15:07 Changeset [9360] by
-
#1902: implemented neural network covariance function plus test case (comparison with GPML) for Gaussian processes
- 13:44 Changeset [9359] by
-
#1902: added NN covariance function
- 10:46 Changeset [9358] by
- 10:43 Changeset [9357] by
-
#1902 minor code improvements: removed commented code, always supply non-null columnIndizes.
04/11/13:
- 17:11 Changeset [9356] by
-
- moved ValueConfigurationCheckedItemCollectionView to ParameterConfigurationEncoding
- renamed ValueConfigurationCheckedItemCollectionView to ValueConfigurationCheckedItemListView
- 16:52 Changeset [9355] by
-
#2031 added a view that shows boxplots for different sample sizes
- 09:34 Changeset [9354] by
-
#1886 removed views that went into the statistical hypothesis testing branch (#2031)
- 08:54 Changeset [9353] by
-
#2031 initial import of views for statistical testing
04/10/13:
- 15:15 Changeset [9352] by
-
- added DecisionListView
- added event handlers in *ProblemData
- renamed project Problems.XCS.Views to Problems.lCS.Views and Problems.Instances.ConditionActionClassification to Problems.Instances.LCS
- integrated niching in GAssist and added NichingTournamentSelector
- minor code improvements and property changes
- 14:07 Changeset [9351] by
-
#2031 added branch for Statistical Hypothesis Testing
- 13:29 Changeset [9350] by
-
- Added input parameters to the run class. They will be populated by the back-end and returned to the web pages which renders them.
- Added a ParameterMapper class which converts HL specific model classes to OaaS independent classes. The conversion gets delegated to IParameterHandler which have to be implemented manually and registered for a certain Type before. All parameters which can be converted to IStringConvertible, IStringConvertibleMatrix, IString* will be converted into a OaaS-StringValue instance.
- Added IParameterHandlers for PathTSPTour and PermutationType (required for TSP).
- AlgorithmConverter now makes sure that the id of a run is unique. (All runs of a RunList will be shown now.)
- Web pages are capable of rendering both the results of a run and their input parameters (added a accordion to wrap their content).
- Renamed "Traveling Salesman Problem" to "Genetic Algorithm - TSP".
- Changed js-files to render both input and result parameters of a Run.
- 12:39 Changeset [9349] by
-
#2030 added branch
- 12:28 Ticket #2031 (Implement views for statistical hypothesis testing) created by
- Besides using the charts of the RunCollectionView for analyzing runs …
- 10:23 Imprint edited by
- updated phone number (diff)
- 08:44 Changeset [9348] by
-
#1966: First working version of bin-packing problems.
04/09/13:
- 18:42 Ticket #2030 (Improve Hive Server performance) created by
- The Hive Server has performance issues which should be analyzed and fixed.
- 16:39 Changeset [9347] by
-
#1890 fixed 2 slave bugs:
- catch the exception that is thrown if the slave communication service has already been started
- fixed closing of the wait handle in the heartbeat manager
- 09:15 Changeset [9346] by
04/08/13:
- 18:57 Changeset [9345] by
-
- added EvaluateFunction to ISingleObjectiveTestFunctionProblemEvaluator and adapted evaluators
- fixed SingleObjectiveTestFunctionImprovementOperator
- 18:26 Ticket #2029 (SingleObjectiveTestFunctionImprovementOperator should not use ...) created by
- The SingleObjectiveTestFunctionImprovementOperator currently uses …
- 15:38 Changeset [9344] by
-
- added the Storable attribute to the similarity calculator
- fixed cloning ctor
04/05/13:
- 23:24 Ticket #2009 (Statistical significance checking in box plot view) closed by
- obsolete: redundant ticket
- 23:23 Ticket #1662 (TSPLIB parser doesn't close the stream after reading the file) closed by
- obsolete: This has been fixed with the introduction of instance libraries.
- 23:22 Ticket #1608 (Support multiselect in Experiment Tree View) closed by
- obsolete: The old list view has been readded a couple of releases ago
- 23:20 Changeset [9343] by
-
#1590: changed date difference calculation to use UTC dates to avoid wrong time spans around daylight savings changes
- 22:31 Ticket #1463 (Improve wiring code of SingleObjectiveTestFunctionProblem) closed by
- obsolete: There have been some enhancements with development on CMA-ES.
- 22:29 Ticket #1185 (Moves are applied to different individuals than they were generated for) closed by
- done
- 22:23 Ticket #2028 (Viewhost does not propagate readonly state when switching views) created by
- When you create an algorithm and run it the view is readonly and …
- 22:19 Ticket #1180 (The problem tab is disabled when switching the algorithm view in some cases) closed by
- worksforme: the bug cannot be reproduced in the latest trunk version
- 22:15 Ticket #1178 (Some Operators should have a different representation in the operator graph) closed by
- obsolete: We do display the type names since one of the last releases.
- 21:58 Ticket #2027 (Customizable termination criteria) created by
- Algorithms should support a customizable number of termination …
- 13:12 Changeset [9342] by
-
- added be project Optimization.Operators.LCS
- added default rule strategies for GAssist