Timeline
07/10/09:
- 17:26 Ticket #690 (View for SVM Models) closed by
- fixed: Fixed a minor bug with r2157.
- 17:26 Changeset [2157] by
-
Fixed a minor bug. #690 (View for SVM models)
- 17:22 Changeset [2156] by
-
Implemented #690 (View for SVM Models)
- 17:17 Ticket #701 (Extract sparse matrix data-model implemented in CEDMA into a generic plugin) created by
- 17:15 Ticket #700 (SVMModel is in incorrect namespace HeuristicLab.Data) created by
- N.B. fixing this breaks all CEDMA results.
- 16:57 Ticket #699 (Refactor ManagerForm) created by
- 16:56 Ticket #698 (PluginManager is not a singleton over the whole application) created by
- Instead each AppDomain creates its own PluginManager singleton.
- 16:50 Ticket #684 (DataGrid is disabled in the CEDMA console) closed by
- fixed
- 16:50 Ticket #679 (HiveGridWrapper treats snap shot results the same way as end results) closed by
- fixed
- 16:49 Ticket #696 (Cached RDF store is not invalidated when new statements are added to ...) closed by
- fixed
- 16:49 Ticket #687 (Update AdvancedOptimizationFrontend to use more recent version of ...) closed by
- fixed
- 16:48 Changeset [2155] by
-
Fixed incorrect dependency. #697 (Plugin for linear regression)
- 16:47 Ticket #688 (SimpleEvaluators should handle exceptional cases more gracefully) closed by
- fixed
- 16:47 Ticket #697 (Plugin for linear regression) closed by
- fixed: Added linear regression plugin (using ALGLIB implementation of least …
- 16:20 Changeset [2154] by
-
Added linear regression plugin. #697
- 15:59 Ticket #697 (Plugin for linear regression) created by
07/09/09:
- 14:22 Changeset [2153] by
-
Changed CEDMA dispatcher to allow different input variable sets for each target variable. #676 (Cockpit for the CEDMA Server to control algorithm settings)
- 10:56 Changeset [2152] by
-
Fixed a bug in the dispatcher and improved trace more information to log files about exceptions in the GridExecuter. #676 (Cockpit for the CEDMA Server to control algorithm settings)
- 01:06 Changeset [2151] by
-
FixedOperatorBase: added better exception text
FixedSGAMain: removed explicit constructor call, because it also works implicit
FixedSAMain: initial commit; simulated annealing with fixed operators
(ticket #580)
07/08/09:
- 10:24 Changeset [2150] by
-
added fixed operator for SteadyStateOSGA
FixedOSGAMain: fixed a type in the name; removed catch block to in Apply method
FixedGAMainBase: add virtual and protected modifier to InitReplacement and DoReplacement
(ticket #580)
- 00:17 Changeset [2149] by
-
Fixed a bug where in-memory rdf-cache was not invalidated. #696 (Cached RDF store is not invalidated when new statements are added to the sqlite-backed store (on disc))
- 00:16 Ticket #696 (Cached RDF store is not invalidated when new statements are added to ...) reopened by
07/07/09:
- 13:26 Ticket #689 (SVMs should not use columns to learn models which have always the same ...) closed by
- fixed: also implemented in r2148
- 13:06 Changeset [2148] by
-
ignored dataset rows where the target variable is nan during !SVM learning (ticket #693)
- 12:55 Ticket #696 (Cached RDF store is not invalidated when new statements are added to ...) closed by
- fixed
- 12:55 Changeset [2147] by
-
Implemented invalidation of RDF-statement cache. #696 (Cached RDF store is not invalidated when new statements are added to the sqlite-backed store (on disc))
- 12:54 Ticket #696 (Cached RDF store is not invalidated when new statements are added to ...) created by
- Follow up to r2137.
- 12:52 Changeset [2146] by
-
Removed obsolete performance measurement code. #691 (CEDMA result views should allow filtering of displayed results)
- 12:49 Ticket #694 (GridExecuter throws exceptions while no job can be started) closed by
- fixed: Fixed with r2145.
- 12:49 Changeset [2145] by
-
Fixed #694 (GridExecuter throws exceptions while no job can be started).
- 12:48 Ticket #695 (Dataset should have methods to get min and max element of a column in ...) closed by
- fixed: Added methods to get min and max value of a column in a given range …
- 12:48 Changeset [2144] by
-
Added methods to get min and max value of a column in a given range. #695 (Dataset should have methods to get min and max element of a column in a given range)
- 12:47 Ticket #695 (Dataset should have methods to get min and max element of a column in ...) created by
- 11:16 Ticket #694 (GridExecuter throws exceptions while no job can be started) created by
- 11:10 Ticket #693 (SVMs should not learn on rows where the target variable is nan) created by
- During the creation of the dataset it is possible that a specified …
- 08:38 Ticket #372 (Create DataAccess Layer) closed by
- fixed
- 08:37 Ticket #354 (Configure the server for WCF) closed by
- fixed
- 08:37 Ticket #454 (Implement a login mechanism for the server console) closed by
- fixed
- 08:37 Ticket #527 (Create Heuristiclab DB Core) closed by
- fixed
- 08:36 Ticket #532 (Create Security Manager) closed by
- fixed
- 08:36 Ticket #597 (Create DataAccess Layer for HeuristicLab.Security) closed by
- fixed
- 08:36 Ticket #680 (Streaming of Jobs and JobsResults) closed by
- fixed
- 02:24 Changeset [2143] by
-
Refactoring of the saving mechanism for editors (#685)
- 00:43 Ticket #618 (Move shortcut for Save all to Save as) closed by
- fixed: Done in r2142.
- 00:42 Changeset [2142] by
-
Adapted shortcuts of "Save all" and "Save as" in AdvancedOptimizationFrontend and OptimizationFrontend (#618)
07/06/09:
- 22:14 Ticket #692 (Zooming in bubble chart zooms to incorrect region for large zoom factors) closed by
- fixed: Fixed with r2141.
- 22:14 Changeset [2141] by
-
Fixed #692 (Zooming in bubble chart zooms to incorrect region for large zoom factors).
- 22:08 Ticket #692 (Zooming in bubble chart zooms to incorrect region for large zoom factors) created by
- 21:59 Changeset [2140] by
-
Removed commented code. #691
- 21:54 Changeset [2139] by
-
Implemented filtering of result entries in bubble chart and table view. #691 (CEDMA result views should allow filtering of displayed results)
- 19:55 Ticket #286 (Variable-usage diagrams for the CEDMA frontend) closed by
- fixed: Basic functionality is finished. Follow up ticket: #691
- 19:55 Ticket #691 (CEDMA result views should allow filtering of displayed results) created by
- 19:53 Changeset [2138] by
-
Minor code improvement. #286 (Variable-usage diagrams for the CEDMA frontend)
- 19:52 Changeset [2137] by
-
Improved loading speed of CEDMA results by:
- Limit number of models to the best 10% for each target variable
- Cache sqlite rdf store to memory on first query
#286 (Variable-usage diagrams for the CEDMA frontend)
- 17:18 Ticket #690 (View for SVM Models) created by
- Should show number of support vectors. Epsilon, rho…
- 17:12 Changeset [2136] by
-
Improved handling of exceptional cases in data-based modeling evaluators. #688 (SimpleEvaluators should handle exceptional cases more gracefully)
- 15:22 Ticket #689 (SVMs should not use columns to learn models which have always the same ...) created by
- The range of all allowed features should be checked and features with …
- 14:45 Ticket #260 (Grid-client should have a transfer queue to transmit results asynchronously) closed by
- wontfix: Grid is deprecated. Feature is implemented in Hive.
- 14:45 Ticket #252 (Streaming of byte-arrays (RawData entries) could improve the ...) closed by
- wontfix: Grid is deprecated. Feature is implemented in Hive.
- 14:45 Ticket #250 (Grid-server should support different expiry intervals for each job) closed by
- wontfix: Grid is deprecated.
- 14:44 Ticket #244 (Authentication mechanism for the grid-server) closed by
- wontfix: Grid is deprecated.
- 14:44 Ticket #217 (ProcessingEngine should handle special 'go-to-sleep' breakpoints) closed by
- wontfix: Grid is deprecated. Feature should be implemented in Hive.
- 14:44 Ticket #215 (Grid-client should be able to enforce an upper limit for the heap size.) closed by
- wontfix: Grid is deprecated. Feature should be implemented in Hive
- 14:44 Ticket #214 (Watchdog for grid-clients) closed by
- wontfix: Grid is deprecated. Feature should be implemented in Hive
- 14:43 Ticket #213 (More intelligent job distribution matching ressource requirements of ...) closed by
- wontfix: Grid is deprecated. Feature should be implemented in Hive
- 14:42 Ticket #686 (More compact layout of controls in the CEDMA bubble chart control) closed by
- fixed: Improved layout and rendering of bubble chart with r2135.
- 14:42 Changeset [2135] by
-
Improved layout and rendering of bubble chart. #686 (More compact layout of controls in the CEDMA bubble chart control)
- 14:36 Ticket #688 (SimpleEvaluators should handle exceptional cases more gracefully) created by
- For instance if a model evaluation result is a vector of NaNs.
- 14:03 Changeset [2134] by
-
Added up to date source of Weifen Luo dock panel suit in a separate project (and added strong name key). Removed binary versions of Weifen Luo dock panel suite and references to it. #687 (Update AdvancedOptimizationFrontend to use more recent version of Weifen Luo Docking library)
- 12:56 Ticket #687 (Update AdvancedOptimizationFrontend to use more recent version of ...) created by
- 10:43 Ticket #686 (More compact layout of controls in the CEDMA bubble chart control) created by
- A lot of space is wasted. This is especially problematic if multiple …
- 10:27 Ticket #685 (HL crashes when saving running engines) created by
- Therefore each editor should be able to specify if it can be actually …
- 09:33 Ticket #515 (Conditional evaluation operator) closed by
- fixed
- 09:32 Ticket #619 (SupportVectorMachine for HL3) closed by
- fixed
- 09:31 Ticket #4 (Update only visible grid-cells when updating a DatasetView) closed by
- fixed
07/03/09:
- 18:41 Changeset [2133] by
-
- Removed commented source lines in BubbleChart
- Only show string, double or int attributes in the tool tip (enumerations with sub-entries are hidden)
- 18:38 Changeset [2132] by
-
Show actual X and Y values in the tooltip. This is important for sub-entry bubble charts where the actual values are hidden in enumerations. #286 (Variable-usage diagrams for the CEDMA frontend)
- 15:56 Changeset [2131] by
-
Implemented basic visualization of variable impacts in the CEDMA bubble chart. #286 (Variable-usage diagrams for the CEDMA frontend)
- 13:03 Ticket #683 (nu-SVR engine doesn't filter allowed features to remove the target variable) closed by
- fixed
- 13:03 Ticket #681 (GridExecuter should allow more than 64 concurrent jobs) closed by
- fixed
07/02/09:
- 13:22 Ticket #684 (DataGrid is disabled in the CEDMA console) created by
- This is problematic because it disables scrolling.
- 13:17 Changeset [2130] by
-
- Removed "AutoRegressive" parameter for GP completely. User is responsible to set allowed features correctly (including the target variable for auto regression)
- Setting allowed features correctly in the CEDMA dispatcher (this fixes the problem of incorrect input variables in SVM)
#683 (nu-SVR engine doesn't filter allowed features to remove the target variable)
- 12:56 Ticket #683 (nu-SVR engine doesn't filter allowed features to remove the target variable) created by
- 12:54 Ticket #682 (nu-SVR engine should also try to find the best value for the parameter ...) closed by
- fixed
- 12:25 Changeset [2129] by
-
Algorithm continuation bug fixed. (ticket #580)
- 10:10 Changeset [2128] by
-
Fixed a bug #681
07/01/09:
- 22:31 Changeset [2127] by
-
Fixed a bug in nu-SVR engine. #682
- 21:32 Changeset [2126] by
-
Implemented #682 (nu-SVR engine should also try to find the best value for the parameter gamma).
- 20:11 Changeset [2125] by
-
Implemented a fix for #681 (GridExecuter should allow more than 64 concurrent jobs).
- 20:09 Ticket #682 (nu-SVR engine should also try to find the best value for the parameter ...) created by
- 16:54 Ticket #681 (GridExecuter should allow more than 64 concurrent jobs) created by
- 16:04 ChartTypes edited by
- (diff)
- 16:00 ChartTypes created by
- 10:01 Changeset [2124] by
-
changed datasetview to use virtual mode in datagrid (ticket #4)
06/30/09:
- 11:03 Ticket #652 (Display index of variables (features) in DataSetView column headers) closed by
- fixed
- 11:03 Ticket #677 (DatasetShuffler should be parameterizable) closed by
- fixed
06/28/09:
- 16:15 Changeset [2123] by
-
Avoided possible race conditions when streaming data from/into the DB (#680)
- 14:28 Changeset [2122] by
-
Fixed issue related to the streaming of results (#680)
06/26/09:
- 19:49 Changeset [2121] by
-
deleted, because FixedOSGA.cs is renamed to FixedOSGAMain.cs (ticket #580)
- 19:47 Changeset [2120] by
-
Extracted base class of SGAMain and OSGAMain (ticket #580)
- 17:33 Changeset [2119] by
-
Changed dispatcher to configure algorithms to use only the allowed input variables and changed dispatching to dispatch deterministic algorithms again when the input variable set is different.
#676 (Cockpit for the CEDMA Server to control algorithm settings)
- 14:33 Ticket #466 (Code Refactoring) closed by
- fixed
- 14:33 Ticket #599 (Implementing new functionality for Server Console) closed by
- fixed
- 14:32 Ticket #531 (Implementing new functionality for Client Communicator) closed by
- fixed
- 13:23 Ticket #569 (Refactoring) closed by
- fixed: r2118: changing comments
- 13:22 Ticket #586 (User Authentification and Permission Control) closed by
- fixed
- 13:22 Changeset [2118] by
-
change comments, delete manual login-data (#569)
- 12:26 Ticket #663 (Refactor Hive.Client.Console) closed by
- fixed
- 12:18 Changeset [2117] by
-
Streaming of Jobs and JobsResults directly from/to the DB (#680)
- 12:15 Ticket #680 (Streaming of Jobs and JobsResults) created by
- Jobs and JobResults should be streamed directly from and to the …
- 12:14 Changeset [2116] by
-
removed additional login after 1 hour (#467)
- 12:13 Changeset [2115] by
-
created a branch for milestone 3 of project HeuristicLab.Hive.
- 11:48 Changeset [2114] by
-
- fixed a bug in determination of JobState in HiveGridServerWrapper
- fixed a bug in discrimination between snap shot results and end results in HiveGridServerWrapper
#679 (HiveGridWrapper treats snap shot results the same way as end results)