Timeline
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)
08/09/09:
- 15:55 Changeset [2266] by
-
added ability to cancel form close;
removed mistakenly commited csproj.user file (ticket #716)
08/08/09:
- 11:21 Changeset [2265] by
-
Worked on CEDMA importer. #719
- 11:20 Changeset [2264] by
-
Fixed export of GP trees to s-exp in the trunk. #715
- 11:17 Changeset [2263] by
-
Refactoring: removed duplicate methods. #719
- 11:07 Ticket #715 (Tool to export CEDMA results into a simple text based file) closed by
- fixed: Fixed bug in s-exp export format of terminal nodes with r2262.
- 11:07 Changeset [2262] by
-
Fixed bug in s-exp export format of terminal nodes. #715
- 10:40 Ticket #715 (Tool to export CEDMA results into a simple text based file) reopened by
- There is a bug in export of terminal nodes.
- 10:26 Changeset [2261] by
-
Refactoring: extracted classes. #719
- 10:15 Changeset [2260] by
-
Worked on CEDMA importer. #719
08/07/09:
- 23:21 Ticket #721 (SVMModel is defined in the incorrect namespace HL.Data) created by
- 18:33 Changeset [2259] by
-
Added unfinished implementation of CEDMA importer tool. #719
- 16:50 Changeset [2258] by
-
- Reimplemented method to read a list of already executed algorithms and configurations from the results DB
- Fixed a bug in the GridExecuter
- Added a button in the dispatcher view to speed up configuration of input variables
- 16:43 Changeset [2257] by
-
solution changes (ticket #716)
- 16:31 Changeset [2256] by
-
first part of changes after discussion with SWA (ticket #716)
- 15:55 Changeset [2255] by
-
corrected bug in MultipleDocumentMainForm !viewStateChanged were not handled (ticket #716)
- 11:27 Changeset [2254] by
-
added ability for toolstripitems to listen for specific events (ticket #716)
08/06/09:
- 18:11 Changeset [2253] by
-
added support for multiple document mainform without docking (ticket #716)
- 17:19 Changeset [2252] by
-
fixed view docking (ticket #716)
- 16:15 Changeset [2251] by
-
Reduced the actual training set for SVM from 5000 to 1000 samples to improve the speed of the parameter search. #717
- 15:24 Changeset [2250] by
-
tried to add docking views - not working right now (ticket #716)
- 14:09 Ticket #720 (SGP and OSGP engines should be defined in the plugin HL.GP) created by
- SGP and OSGP are currently defined in plugin …
- 13:57 Changeset [2249] by
-
adapted MainForm to create DropDownButtons (ticket #716)
- 12:55 Changeset [2248] by
-
deleted AssemblyInfo.cs from HeuristicLab.MainForm.Test (ticket #716)
- 12:32 Changeset [2247] by
-
adapted HeuristicLab.MainForm.Test to use HL.Common.Resources (ticket #716)
- 12:31 Changeset [2246] by
-
updated HeuristicLab.Common.Resources project file and added HeuristicLabIcon (ticket #716)
- 11:24 Changeset [2245] by
-
created project HeuristicLab.Common.Resources (ticket #716)
08/05/09:
- 19:31 Changeset [2244] by
-
forgotten to add one Interface in HeuristicLab.MainForm (ticket #716)
- 19:24 Changeset [2243] by
-
added HeuristicLab!.MainForm.Test project and demo implementation
adapted MainForm to new design (ticket #716)
- 19:12 Ticket #718 (DiscoveryService should provide a non-generic GetInstances method) closed by
- fixed
- 13:11 Changeset [2242] by
-
Changed variable impact calculation operators to use the actual training sub-set instead of the full training set. #717 (SVM regression engine takes a very long time to finish)
- 13:09 Changeset [2241] by
-
Remove obsolete parameter TreeSize in VariableQualityImpactCalculator. #713
- 12:02 Changeset [2240] by
-
Removed obsolete CEDMA plugins. #712
- 11:42 Changeset [2239] by
-
Fixed a problem in the HL.GP.StructId project file. #323
- 11:41 Changeset [2238] by
-
Deleted unused files in HL.CEDMA plugins. #712
- 11:22 Ticket #719 (CEDMA result importer for text based format) created by
- 11:20 Changeset [2237] by
-
Deleted unused field. #323
- 11:18 Changeset [2236] by
-
Deleted commented code. #323
- 11:17 Ticket #323 (The default representation of FunctionTreeView should show ...) closed by
- fixed: Fixed with r2235.
- 11:17 Changeset [2235] by
-
Fixed #323 (The default representation of FunctionTreeView should show coefficients and time-offsets of variables and values of constants).
- 10:23 Documentation/DevelopmentCenter/DeveloperGuidelines edited by
- fixed typo (diff)
- 10:11 Ticket #715 (Tool to export CEDMA results into a simple text based file) closed by
- fixed
- 10:02 Changeset [2234] by
-
implemented non-generic GetInstances method in the DiscoveryService (ticket #718)
- 10:01 Ticket #718 (DiscoveryService should provide a non-generic GetInstances method) created by
- 09:24 Ticket #717 (SVM regression engine takes a very long time to finish) created by
- Maybe a better approach would be to use a smaller training set and …