Timeline
08/24/09:
- 13:57 Changeset [2308] by
-
corrected bug in ViewClosed method; removed base prefix (ticket #716)
- 10:55 Changeset [2307] by
-
added icons for model analyzer to HeuristicLab.Common.Resources (ticket #724)
- 10:54 Ticket #724 (HeuristicLab.Common.Resources icons, images, etc.) created by
- Ticket to use when adding items to HeuristicLab.Common.Resources
08/21/09:
- 17:24 Changeset [2306] by
-
added check to show every view only one time, second call of ShowView leads to focus of the view (ticket #716)
- 14:18 Changeset [2305] by
-
added possibility to programmatically close views (ticket #716)
- 12:32 Changeset [2304] by
-
added problem methods to modeling database (ticket #712)
- 11:11 Changeset [2303] by
-
added check if problems.count == 0 in GetProblem method (ticket #712)
- 11:09 Changeset [2302] by
-
fired changed event after gui is created (ticket #716)
- 09:53 Changeset [2301] by
-
added method to get IProblem from modeling database (ticket #712)
- 09:51 Changeset [2300] by
-
added MainFormChanged event (ticket #716)
08/19/09:
- 15:35 Changeset [2299] by
-
added ctor with !xJitter and !yJitter for VisualMatrixRow (ticket #723)
- 15:14 Changeset [2298] by
-
corrected access modifiers for ViewClosed method (ticket #716)
- 15:05 Changeset [2297] by
-
added ViewClosed method to tell MainForm subclasses that a view was closed (ticket #716)
08/18/09:
- 19:26 Changeset [2296] by
-
added clear method to visual matrix (ticket #723)
- 18:17 Changeset [2295] by
-
adapted CEDMA.BubbleChart to meet needs of new ModelAnalyzer (ticket #723)
- 14:40 Changeset [2294] by
-
removed display of active view caption in statusstrip (ticket #716)
- 12:34 Changeset [2293] by
-
removed commented code (ticket #712)
08/17/09:
- 14:07 Changeset [2292] by
-
added method to get IPredictor from Modeling.Database (ticket #712)
08/14/09:
- 19:59 Changeset [2291] by
-
deleted DispatcherBase. #722
- 19:56 Changeset [2290] by
-
- introduced a variablename to index mapping for SVM models (to make sure we can use the model for prediction in the model analyzer)
- added support to enable and disable algorithms in the dispatcher and removed DispatcherBase
- fixed bugs when calculating variable impacts and reading the final model of GP algorithms
#722 (IModel should provide a Predict() method to get predicted values for an input vector)
- 15:35 Changeset [2289] by
-
- added VisualMatrix to represent data in BubbleChart
- made BubbleChart abstract and added inherited ModelingBubbleChart, which reacts as the BubbleChart
- moved classes between CEDMA.Core and CEDMA.Charting
- deleted unnecessary classes (results, resultsentry)
(ticket #723)
- 15:21 Ticket #723 (Refactor CEDMA.BubbleChart) created by
- Refactor BubbleChart to separate behavior (mouse click, drag, etc.) …
- 14:59 Changeset [2288] by
-
added possibility to enumerate over all values in MatrixRows (ticket #701)
- 11:14 Changeset [2287] by
-
Fixed bug in s-expression importer. #719
- 11:13 Changeset [2286] by
-
Fixed a bug in the s-expression exporter. Improved exporter UI. #715 & #719
08/13/09:
- 17:28 Changeset [2285] by
-
Worked on #722 (IModel should provide a Predict() method to get predicted values for an input vector).
At the same time removed parameter PunishmentFactor from GP algorithms (this parameter is internal to TreeEvaluators now).
- 14:45 Changeset [2284] by
-
removed sparse in naming of SparseMatrix and SparseMatrixRow
because of a name clash with the surrounding namespace (ticket #701)
- 14:16 Changeset [2283] by
-
added implementation for HeuristicLab.SparseMatrix and SparseMatrixRow (ticket #701)
- 14:12 Ticket #721 (SVMModel is defined in the incorrect namespace HL.Data) closed by
- fixed: Fixed with r2282.
- 14:11 Changeset [2282] by
-
Fixed #721.
- 13:50 Changeset [2281] by
-
removed accidentally added directory HeuristicLab.Hive.Client.Console Properties/DataSources (ticket #701)
- 13:43 Changeset [2280] by
-
added empty preconfigured project HeuristicLab.SparseMatrix (ticket #701)
- 10:17 Ticket #722 (IModel should provide a Predict() method to get predicted values for ...) created by
- This is necessary for the new model analyzer. To make this feasible, …
08/12/09:
- 17:59 Changeset [2279] by
-
added possibility to specify initial docking state (ticket #716)
- 17:03 Changeset [2278] by
-
added method to get all algorithms (ticket #712)
- 15:30 Changeset [2277] by
-
Worked on merger tool to combine to CEDMA result sets. #719.
08/11/09:
- 16:31 Changeset [2276] by
-
renamed Common.Resources project (ticket #716)
- 15:43 Changeset [2275] by
-
- Fixed bugs in the SQL comact backend for HL.Modeling.
- Readded dispatching of stochastic algorithms in CEDMA dispatcher after it was deactivated unintentionally
- Show algorithm name as model attribute in CEDMA results.
#712.
- 11:43 Ticket #713 (Hindsight is 20/20: FunctionBase shouldn't extend from OperatorBase) closed by
- fixed
- 11:42 Ticket #717 (SVM regression engine takes a very long time to finish) closed by
- fixed
08/10/09:
- 16:32 Changeset [2274] by
-
Fixed a bug in the CEDMA importer. #719
- 16:21 Changeset [2273] by
-
Added functionality to open any database file to CEDMA console. #712
- 15:51 Changeset [2272] by
-
Worked on persistence of models into the DB. #719 (CEDMA Importer)
- 15:50 Changeset [2271] by
-
Added a method to persist HL.Model.IModel instances. #712
- 14:11 Changeset [2270] by
-
Added properties for the separation in training/validation/test set to HL.Modeling.IModel. #712
- 12:06 Changeset [2269] by
-
SingleDocumentMainForm shows open froms in taskbar
removed bool listen members from !IToolStripItem
(ticket #716)
- 11:11 Changeset [2268] by
-
added SingleDocumentMainForm
reenabled designer support for MainForms (ticket #716)
- 09:56 Changeset [2267] by
-
added missing license information (ticket #716)