Timeline
08/26/09:
- 17:40 Changeset [2312] by
-
Added CedmaExporter from #715 branch.
- 11:35 Changeset [2311] by
-
- implemented GetVariableValues in dataset
- added row number in rowheaders of dataset view
(ticket #726)
- 11:34 Ticket #726 (Dataset should provide method to get all values from a variable) created by
08/25/09:
- 14:23 Ticket #725 (ContainsVariableName should be implemented in dataset) closed by
- fixed: added ContainsVariableName method in dataset r2310
- 14:22 Changeset [2310] by
-
added ContainsVariableName method in dataset (ticket #725)
- 14:22 Ticket #725 (ContainsVariableName should be implemented in dataset) created by
- Necessary during import of models, to check if a model matches the …
- 13:25 Changeset [2309] by
-
added invoke required checks in close view methods (ticket #716)
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.