Timeline
03/31/13:
- 16:44 Ticket #1411 (Add total evaluated nodes as a result) closed by
- worksforme: Currently, the number of evaluated solutions is counted in the …
- 16:38 Ticket #106 (Programmable functions for GP (similar to ProgrammableOperator)) closed by
- rejected: This functionality can be provided via attributed grammars with …
- 16:35 Ticket #1476 (Move operators for symbolic expression tree encoding) closed by
- duplicate
- 16:13 Ticket #306 (Functionality to export a symbolic regression solution as an Excel ...) closed by
- duplicate: It would be better to implement export of a full Excel file (including …
- 16:10 Ticket #833 (Genetic Programming based search for equations (modeling with multiple ...) closed by
- rejected: This feature will not be implemented.
- 16:02 Ticket #44 (Command line frontend for HL) closed by
- rejected: In #1926 support to start HL applications directly from the command …
- 15:59 Ticket #1515 (Editor for symbolic expression trees) closed by
- obsolete: This has been implemented in #1763
- 15:56 Changeset [9339] by
-
#1452 show version info in the exception dialog.
The file version of the plugin infrastructure and, in case of the OperatorExecutionException, the file version of the assembly defining the operator is show in the exception details.
- 15:17 Ticket #2026 (Functionality to dynamically define symbols and semantics for GP problems) created by
- Here we track developments of the GPDL language including the compiler …
- 14:59 Ticket #2025 (Improve structure for elements in the "new item" dialog.) created by
- We should think about a better structure for "creatable" items. …
- 14:40 Ticket #1287 (Enhance visualization of DataTables) closed by
- obsolete: DataTableVisualPropertiesDialog has been implemented in #1465 and …
- 14:28 Ticket #752 (Plugin for data-modeling with decision trees) closed by
- rejected: Currently HeuristicLab includes random forests for regression and …
- 14:17 Ticket #3 (Plugins in directories and sub-directories of the application directory) closed by
- obsolete: The plugin infrastructure already loads plugins from sub-directories …
- 13:17 Changeset [9338] by
-
#1967: minor adaptations necessary for the EuroCAST presentation
03/28/13:
- 14:03 Changeset [9337] by
-
#1886 fixed bugs in TTest
- 10:08 Changeset [9336] by
-
#1886 added ttest and sample size determination for the ttest
03/27/13:
- 16:34 Changeset [9335] by
-
- The Edit-Experiment-Page now correctly displays the experiments again.
- Disabled key navigation for all wizards.
- Added a RunCollectionView to render different Plots for the run results of a job.
- Added a Boxplot-Chart and a Bubble-Chart for rendering the results.
- Added underscoreAddon.js which provides methods to calculate mean/sum of an JavaScript array/list.
03/26/13:
- 16:49 Changeset [9334] by
-
- added Algorithms.GAssist
- adapted Problems.DecisionListClassification and Encodings.DecisionList
- 12:09 Changeset [9333] by
-
#1886 improved run collection views
03/25/13:
- 15:15 Changeset [9332] by
-
#1945: a different HitTest is used to check for ChartElementType.DataPoint
- 10:29 Changeset [9331] by
-
#1886 added analyzer for selection pressure
03/21/13:
- 16:47 Changeset [9330] by
-
#1886 added a view for sample size determination
- 13:26 Changeset [9329] by
-
#1886 calculate Cohen's D and Hedges' G for pairwise comparison and updated documentation
- 11:55 Changeset [9328] by
-
- fixed a bug in the ResultCorrelationView
- added sample size determination by estimating means, Cohen's D and Hedges' G
03/20/13:
- 23:01 Changeset [9327] by
-
#2024: Corrected plugin dependencies of HeuristicLab.ParallelEngine.Views.
- 22:53 Changeset [9326] by
-
#2024: Forgot to initialize the degree of parallelism in the ParallelEngine.
- 21:02 Changeset [9325] by
- 16:56 Changeset [9324] by
-
- DAL: Added a Delete method which deletes by experiment id.
- HL DataTables will now be transposed and mapped as double[ROWS][COLUMNS] (transposed)
- JS: Moved all classes into "modules" to prevent namespace pollution (using OAAS_MODEL for model classes, OAAS_VIEW for views and OAAS_CONTROLLER for controllers)
- JS: Moved DatatypeMapper classes into Backbone views
- JS: Models now correctly send DELETE requests
- Added a new job overview page (which also renders run details) using AJAX
- Using moment.min.js to format DateTime as string
- Controllers now inherit from BaseController which provides a RedirectToLoginIfNecessary-method
- Added loading animations to several AJAX bound places (loading experiments / scenarios)
- Added a section to _Layout.cshtml which allows page-specific JavaScript includes (<script> only for a certain page)
- Fixed Build/Edit of experiment menu redirecting to the wrong page
- The Experiment Variation Dialog disables input fields, if the property has not been activated before
- 16:51 Changeset [9323] by
-
#2024: Changed parallel engine to use parallel.foreach instead of spawning task manually to enable more options for parallelization.
- 11:03 Changeset [9322] by
-
#1890: Deactived performance related asserts in unit tests, due to build server problems.
- 10:34 Changeset [9321] by
-
Fixed possible race condition (#1953)
03/19/13:
03/18/13:
- 19:29 Changeset [9320] by
-
#1886 some more improvements for the statistical testing view
- 15:08 Changeset [9319] by
-
#1886 improved view and added documentation
- 13:39 Changeset [9318] by
-
#1886 added test for normality and pairwise statistical testing