Timeline
12/02/13:
- 17:37 Changeset [10176] by
-
#1758: Corrected plugin dependencies of "HeuristicLab.Problems.DataAnalysis.Views".
- 17:18 Changeset [10175] by
-
#1758: Added button to load new data into data analysis solutions.
- 15:13 Changeset [10174] by
-
#1758: Added check of target and inputvariables of dropped ProblemData.
- 14:58 Changeset [10173] by
-
#1758: Extended the drap and drop functionality of DataAnalysisSolutionViews to allow dropping the problem itself in addition to the problem data.
- 14:38 Ticket #2122 (Exception appears on multiple refreshes of Hive Job Manager) closed by
- done: r10172 merged r10171 into stable
- 14:37 Changeset [10172] by
- 14:00 Changeset [10171] by
-
Problem occurs when the retry counter in the HiveServiceLocator is exceeded.
The retry counter is incremented on all exceptions and therefore is incremented on security exceptions (user/password wrong) as well.
Changed the caught exception to EndpointNotFoundException to avoid increment of the retry counter on wrong user/password.
- 13:36 Ticket #2122 (Exception appears on multiple refreshes of Hive Job Manager) created by
- When refreshing the jobs in Hive Job Manager with incorrect …
11/29/13:
- 13:15 Ticket #2121 (Bubble chart view throws exception on hidden categories) created by
- In AddDataPoint the check if a run is visible would need to be done …
- 10:29 Ticket #2120 (RunCollection doesn't update ResultNames or ParameterNames when items ...) created by
- Run stores its results and parameters using a standard .Net Dictionary …
11/28/13:
- 16:12 Changeset [10170] by
-
- fixed namespaces of Hive menuitems
- fixed name of generated Hive jobs
11/27/13:
- 17:19 Changeset [10169] by
-
- implemented GetStandardDeviation
- 17:10 Changeset [10168] by
-
- intermediate commit , further work on PreprocessingData
- 17:09 Changeset [10167] by
-
Implement GetMostCommonValue
- 16:37 Changeset [10166] by
-
- implement GetAverage and GetMedian
- 16:34 Changeset [10165] by
-
Implementation changed for new IPreprocessingData
- 16:31 Changeset [10164] by
-
- added IsType() to DataSet
- 15:52 Changeset [10163] by
-
- modified IPreprocessingData
- initial add of PreprocessingData
- 15:31 Changeset [10162] by
-
renaming somehow did not work as expected, here we go again
- 15:30 Changeset [10161] by
-
renamed to PreprocessingData
- 15:23 Changeset [10160] by
-
- reverted changes from Dataset to r10085
- removed IDataset
- removed EditableDataset
- 15:20 Changeset [10159] by
-
Switched from IDataset to IPreprocessingData
- 15:07 Changeset [10158] by
-
- minor fix in IPreprocessingData
- 15:05 Changeset [10157] by
-
- added IPreprocessingData
11/26/13:
- 15:32 Changeset [10156] by
-
#1997: Removed generic type parameter from SymbolicDataAnylsisIslandGAEvaluator and added wiring code for the reevaluation of immigrants.
- 09:45 Changeset [10155] by
-
#1997: Added possibility to reevaluate immigrants to the IslandGA and IslandOSGA.
11/25/13:
- 16:06 Changeset [10154] by
-
#2117 activated automatic parallelization of batchruns in Hive
- 14:55 Changeset [10153] by
-
added slides for programming tutorials
- 10:42 Changeset [10152] by
-
#1997: Improvements in island algorithms for data analysis:
- Corrected build output of project configurations
- Allowed subclassing of IslandOffspringSelectionGeneticAlgorithm
- Changed SymbolicDataAnalysis to inject the rows in the current scope instead of using a parameter.
11/22/13:
- 14:29 Changeset [10151] by
-
#1886 just a small change to go along with the changes of r10150
- 14:23 Changeset [10150] by
-
- improved creation of ItemTasks from Items and moved common functionality to ItemTask
- added a MenuItem for directly uploading tasks (e.g. from experiments, batchruns,...)
- added a MenuItem for creating RefreshableHiveJobs
- 13:31 Changeset [10149] by
-
#2119: Implemented instrumentation for operators.
- 11:28 Ticket #2119 (Implement an operator base class for instrumentation) created by
- Especially for analyzing algorithms and operators, it would be helpful …
11/20/13:
- 16:56 Changeset [10148] by
-
Initial work for DatasetStatisticInfo
- 15:36 Changeset [10147] by
-
Fixed readonly property in Dataset and EditableDataset.
- 14:29 Changeset [10146] by
-
- implemented EditableDataset
- made some Dataset components protected for EditableDataset
- 13:56 Changeset [10145] by
-
- created interface for Dataset
- 13:01 Changeset [10144] by
-
- remove .resx file from project
- 12:52 Changeset [10143] by
-
- delete button2
- remove .resx file and add to ignore list
- 10:52 Changeset [10142] by
-
#1997: Worked on symbolic data analysis island algorithms:
- Refactored and removed unnecessary code in symbolic island GA and symbolic island GA evaluator.
- Added EnumerableItem to ease the passing of rows to the actual evaluator.
- Added prototype of island offspring selection GA.
- Corrected build configuration (plugin classes, project settings, ...)
- 10:44 Changeset [10141] by
-
- renamed MenuItem for the HiveRunCollectionModifier
- deactivated calculation of complete convex hull for permutations
11/19/13:
- 13:03 Ticket #2118 (Plugins referencing missing assemblies are not shown in the PluginManager) created by
- Plugins exporting types that are derived from types in a missing …
11/18/13:
- 10:59 Changeset [10140] by
-
#2082: Corrected build configuration of the external evaluation plugins for Scilab and MATLAB,.