Timeline
07/29/11:
- 14:48 Changeset [6614] by
-
#1592: Prevented nested ensemble solutions, during ensemble creation by menu item.
- 14:14 Changeset [6613] by
-
#1592: Implemented view for classification solutions contained in a ClassificationEnsembleSolution.
- 13:14 Ticket #1605 (Code maintenance and minor changes) closed by
- duplicate: => #1579
- 13:09 Changeset [6612] by
-
#1592: Implemented view for regression solutions contained in a RegressionEnsembleSolution.
- 12:20 Ticket #1606 (Experiment Tree View does not display the detailed content when ...) created by
- When the user clicks on the icon on one of the nodes, it changes to …
- 11:38 Changeset [6611] by
-
- updated QAPAlgorithms branch
- 11:36 Ticket #1605 (Code maintenance and minor changes) created by
- Use this ticket for minor changes and maintenance purposes that do not …
- 11:34 WikiStart edited by
- updated changelog anchored link (diff)
- 11:23 Changeset [6610] by
-
- Added a DisplayName property to the DataRowVisualProperties
- Changed the QualityDistributionAnalyzer to change the display name instead of the row name
- Adapted the view to configure the chart and series properties
- 09:50 Changeset [6609] by
-
Adapted VRP unit test (#1561)
07/28/11:
- 14:17 Changeset [6608] by
-
Added additional operators (#1177)
- 14:16 Changeset [6607] by
- 13:57 Changeset [6606] by
-
#1604: Enabled caching of evaluation results in data analysis solutions.
- 10:44 Ticket #1604 (DataAnalysisSolution should cache the evaluation results) created by
- Currently the results of a DataAnalysisSolution are calculated by …
- 10:00 Changeset [6605] by
-
Adapted VRP unit test (#1561)
07/27/11:
- 23:17 Ticket #1603 (Allow to change the legend text of series in a DataTable) created by
- Title was "Setting the configuration of the DataTableHistoryView …
- 16:30 Changeset [6604] by
-
#1600: Added possibility to create classification solutions from classification models.
- 15:31 Changeset [6603] by
-
#1600: Added possibility to create regression solutions from regression models.
- 15:12 Changeset [6602] by
-
#1600: Moved implementation of RecalculateResults into abstract base class RegressionSolution.
- 14:47 Changeset [6601] by
-
#1579: Removed wrong comment in `ResultCollectionView.
- 14:35 Changeset [6600] by
-
Re-Integrated the IBX, implemented review comments (#1561)
- 14:35 Changeset [6599] by
-
#1602: Added access modifier to variable_ValueChanged method.
- 13:15 Changeset [6598] by
-
register to value change events on all variable strings (#1602)
- 13:10 Ticket #1602 (Variable name changes are not recognized properly) created by
- When changing a variable name in a symbolic expression grammar, the …
07/26/11:
- 11:23 Changeset [6597] by
-
#1592: Changed content type of data analsis solution views.
- 11:03 Ticket #1601 (RegressionSolutionLineChartView shows wrong training output) created by
- If the test partition is set in the middle of the training partition, …
- 10:43 Changeset [6596] by
-
#1592: Moved solution views in HeuristicLab.Problems.DataAnalysis.Views-3.4 in separate folder.
07/25/11:
- 23:58 Changeset [6595] by
- 23:29 Documentation/Reference/Robust Taboo Search edited by
- (diff)
- 23:27 Changeset [6594] by
-
- fixed some bugs
- 18:28 Changeset [6593] by
-
- Changed aspiration criterion after contacting Taillard, added option to choose between old or new adaption scheme
- 18:21 Documentation/Reference/Robust Taboo Search edited by
- (diff)
- 18:14 Documentation/Reference/Robust Taboo Search edited by
- (diff)
- 18:05 Documentation/Reference/Robust Taboo Search edited by
- (diff)
- 17:43 Changeset [6592] by
-
#1600: Changed ensemble solutions to sealed classed.
- 17:23 Changeset [6591] by
-
#1600: Corrected compilation error in DiscriminantFunctionClassificeationSolutionEstimatedValuesView.
- 16:57 Changeset [6590] by
-
#1600: Corrected typo in ensemble solutions (paritions => partitions).
- 16:54 Changeset [6589] by
-
#1600: Adapted classification solutions to the same design as used by regression solutions.
- 15:42 Changeset [6588] by
-
- Corrected result descriptions in DataAnalysisSolution.
- Added NMSE results in IRegressionSolution.
- Split RegressionSolution into a concrete implementation class and an abstract base class RegressionSolutionBase that could also be used for RegressionEnsembleSolutions or CachingRegressionSolutions.
- Moved calculation of results in specific regression solution implementations (e.g. SymbolicRegressionSolution).
- 15:23 Ticket #1600 (Ensemble solutions are evaluated twice on creation) created by
- RegressionEnsembleSolutions and ClassificationEnsembleSolutions …
- 13:21 Documentation/Reference/Robust Taboo Search edited by
- (diff)
- 11:02 Documentation/Reference/Robust Taboo Search edited by
- updated RTS page (diff)
- 10:43 Documentation/Reference/Robust Taboo Search edited by
- (diff)
- 10:38 Documentation/Reference/Robust Taboo Search edited by
- updated RTS (diff)
- 09:50 Documentation/Reference/Robust Taboo Search created by
- first version on Robust Taboo Search
07/22/11:
- 14:57 Changeset [6587] by
-
#1552: implemented first version of an optimizer for regression analysis experiments
- 12:03 Changeset [6586] by
-
- Updated code to reflect what Eric Taillard's code does at http://mistic.heig-vd.ch/taillard/codes.dir/tabou_qap.cpp which is however not quite what is described in the paper.
- Updated the swap2 move evaluator to perform move evaluations in O(1) for several cases by memorizing the move quality of the previous iteration
- Added a unit test to test the new faster evaluation
- Changed the robust taboo search to use this faster evaluation
- Renamed some operators (dropping the QAP pre- and postfix)
- 11:37 Changeset [6585] by
-
#1594: Corrected group box text in ClusteringSolutionView.
- 08:25 Ticket #1599 (Allow to resize the combobox in the experiment analysis views) created by
- The combobox for selecting parameters or results in the experiment …
- 08:21 Ticket #1598 (The arrow key doesn't respect the currently selected item in the new ...) created by
- Steps to reproduce: 1. Press Ctrl+N or click the icon to bring up the …
07/21/11:
- 16:43 Ticket #1597 (CSV import does not work correctly for files that contain additional ...) created by
- This leads to an exception but can be handled easily.
- 16:40 Changeset [6584] by
-
#763 implemented persistence for k nearest neighbour models.
- 16:28 Changeset [6583] by
-
#763 added first implementation of classification and regression based on k nearest neighbour.
- 13:52 Changeset [6582] by
-
fixed #1595
- 13:42 Changeset [6581] by
-
#1596: Added AfterDeserializationHook in DataAnalysisProblemData.
- 13:41 Ticket #1596 (Allowed input variables and variable names in VariableSymbol are out ...) created by
- After loading a symbolic regression problem the variable names in the …
- 13:37 Changeset [6580] by
-
#1474: added implementations for regression and classification with neural network ensembles (wrappers for alglib).
- 11:45 Changeset [6579] by
-
#1474: implemented neural networks for classification.
- 11:11 Changeset [6578] by
-
#1474: added parameters for neural network regression algorithm
- 10:47 Ticket #1595 (Ensemble solutions are not named meaningfully) created by
- Currently the name of ensemble solutions created by the menu item is …
- 10:44 Ticket #1594 (DataAnalysisSolutionViews should display the name of the solutions) created by
- Currently the name of data analysis solutions is not visible, which …
- 10:30 Ticket #1593 (Cache evaluation results of data analysis solutions) created by
- The evaluation of several data analysis models could take several …
- 10:25 Ticket #1592 (Provide a view for Ensemble Solutions) created by
- Currently the models contained in an ensemble solutions could not be …
07/20/11:
- 16:09 Changeset [6577] by
-
#1474: added first implementation of neural networks for regression wrapper for alglib.
- 15:28 Ticket #1399 (Locked CheckedItemCollectionView should not disable the contained ...) closed by
- invalid: Replying to gkronber: > This has been implemented for …
- 15:05 Changeset [6576] by
-
#1475 renamed files and classes.
- 14:57 Changeset [6575] by
-
Improved naming #1475
- 14:54 Ticket #1576 (In the cross-validation the training and test partitions of enclosed ...) closed by
- worksforme
- 14:40 Ticket #1591 (Remove outdated versions of plugins which were kept for compatibility ...) created by
- Remove ALGLIB-3.6 and VRP-3.3 from the release. ALGLIB-3.6 has been …
07/19/11:
- 13:27 Changeset [6574] by
-
#1579: Corrected typo in EnsembleSolution.
- 06:40 Ticket #1590 (Counting ExecutionTime may not be safe to date changes) created by
- I'm not entirely sure about this and it's a rare case, but since we're …
07/18/11:
- 16:24 Changeset [6573] by
-
#1587: Updated ViewHost after node selection with arrow keys and handled item move operations more efficiently.
- 14:58 Ticket #1589 (ItemListView does not update the mapping between items and ...) created by
- The OnItemsMoved event in the ItemListView is not handled …
- 14:15 Changeset [6572] by
-
#1588: Corrected a cloning bug in OperatorGraphVisualizationInfo.
- 14:09 Ticket #1588 (NullReferenceException occurs during parallel execution of experiment ...) created by
- If two optimizers of an experiment are executed side by side a …
- 02:20 Ticket #1587 (ExperimentTreeView does not show current item when using the arrow keys) created by
- If you use up/down arrow key to navigate in the experiment tree, the …
- 00:18 Changeset [6571] by
-
- fixed in trunk
- 00:17 Changeset [6570] by
-
- fixed in branch
- 00:11 Ticket #1586 (QAP is not fully backwards compatible) created by
- BestKnownSolutions has been introduced first as …
07/17/11:
- 22:51 Changeset [6569] by
-
- updated to latest trunk version
07/16/11:
- 16:10 Ticket #1585 (Create a seperate solution for test projects and speed up build) created by
- Create a seperate solution for the test projects which are currently …
- 15:23 Ticket #1500 (Sometimes zooming the y-axis in the runcollection boxplot view does ...) closed by
- duplicate: This is a duplicate of #1543
- 15:08 Ticket #1584 (Deactivate analyzers per default) created by
- When setting a new problem in an algorithm, all the analyzers provided …
07/15/11:
- 14:39 Ticket #1583 (Implement analysis operator to export GP trees for analysis with Galapagos) created by
- 11:51 Changeset [6568] by
-
#1577: removed explicit disposal of cached views in the viewhost to fix the exception which occurs when the scroll bar of a view is used while the underlying content is changed.