Timeline
12/27/16:
- 13:05 Changeset [14533] by
-
#2638: proposed fix for slow enable/disable operations?
12/26/16:
- 08:45 Changeset [14532] by
-
#2718: specific implementation of residuals line chart view for time series prognosis
- 08:44 Changeset [14531] by
-
#2718: hide 'All Values' series in residuals line chart
12/25/16:
- 17:09 Ticket #2673 (Solution view for variable impacts) closed by
- done: r14530: merged r14348 and 14463 from trunk to stable
- 17:09 Changeset [14530] by
- 16:54 Changeset [14529] by
-
#2529: updated target result values in unit test (previously the interpreter was buggy)
- 13:55 Changeset [14528] by
-
#2722 added an evaluator for symbolic regression models which calculates the likelihood that variable values are sampled from a zero mean Gaussian distribution where the variance is given by the model. This can be used to learn input-dependent variances.
- 13:51 Ticket #2722 (Evaluator for symbolic regression models for learning a variance model) created by
12/23/16:
- 16:13 Changeset [14527] by
-
- made sure that P3 results are updated after cancellation
- fixed unit tests to also call Initialize
12/22/16:
- 16:52 Changeset [14526] by
-
#2679: Add analyzer for SingleObjectiveGoalSeekingProblem. Add result aggregation in the GoalSeekingOptimizer. Remove unused dataset parameter from the problems.
- 16:36 Changeset [14525] by
-
- Added suggestion feature for singlescatterplotview.
- Shows NaN groups in scatterplot (black if gradient is selected).
- Only enables input variables in DataGridContentView per default.
- Added missing resx file (gradient image).
- 16:25 Changeset [14524] by
-
Extended ConfigMerger to also merge
"/configuration/oracle.manageddataaccess.client/version/dataSources"
We need this in PPOVCockpit.
- 15:47 Changeset [14523] by
-
- Renamed pausable to SupportsPause
- Changed SupportsPause field to abstract property that has to be implemented
- Stored initialization flag in BasicAlgorithm
- Changed CancellationToken access to use the according property
- Adapted HillClimber to new pausing mechanism
- Disable pause for PPP, because it does not work correctly
- Derived FixedDataAnalysisAlgorithm from BasicAlgorithm
- Changed base class of all data analysis algorithm from BasicAlgorithm to FixedDataAnalysisAlgorithm
- 13:41 Changeset [14522] by
-
#2721: added check if enumerable was empty
- 13:38 Ticket #2721 (Shuffle extension method throws on empty enumerable) created by
- It throws an IndexOutOfRangeException because the 0th element is …
- 12:42 Changeset [14521] by
-
#2709 Added an option for the preprocessing scatterplot to use a color gradient instead of the chart color palette.
- 11:18 Changeset [14520] by
-
#2704: Improve infix formatting
- 11:02 Changeset [14519] by
-
#2713 Fixed an issue with ObjectDisposedExceptions by using a AsynchronousContentView as base class instead of a UserControl.
- 10:08 Changeset [14518] by
-
#2700 TSNEAnalysis is now a BasicAlg, hid some Parameters, added optional data normalization to make TSNE scaling-invariant
- 10:07 Changeset [14517] by
-
#2524: made BasicAlgorithm pausable
12/21/16:
- 16:48 Changeset [14516] by
-
#2713 Fixed an charting issue that wrongly interprets scatterplot data if all x-values are zero.
- 13:37 Changeset [14515] by
-
#2704: Fix infix formatting bug, refactored generation of polynomial to respect user choices (with or without exp/log).
- 11:26 Changeset [14514] by
-
- Added a VerticalLabel for the multi-scatterplot.
- Added regression options for single- and multi-scatterplot
12/20/16:
- 22:57 Changeset [14513] by
-
#2665 Added Problem.ProgramSynthesis Project, Fixed Expression Issues, Fixed Code Generation
- 15:50 Changeset [14512] by
-
#2700 worked in several comments from mkommend, extended analysis during algorithm run, added more Distances, made algorithm stoppable
- 15:28 Changeset [14511] by
-
- Added Check Inputs/All/None buttons instead of showing disabled buttons of the ItemCollectionView.
- Removed the PreprocessingCheckedItemListView. A standard ListView is used instead.
- Fixed slow updating when simultaneously (un-)checking multiple variables in the chart views. (currently only works by using the new buttons)
- 14:30 Changeset [14510] by
-
#2704: Minor changes (sample template arguments without repetition)
- 11:06 Changeset [14509] by
-
#2720: fixed default instance name
- 11:06 Changeset [14508] by
-
#2715 Only use valid values for calculating min/max for histograms to avoid conversion errors from NaN.
- 10:55 Changeset [14507] by
-
#2697: Added caching of parameters and removed resetting training and test partition in AdjustProblemDataProperties (used for changing the problem data of a solution) in DataAnalysisProblemData.
- 10:53 Changeset [14506] by
-
- fixed instance provider not using the correct description of the instance
- fixed parser to initialize a writable stream and disposed of streamreaders and writers, fixed api comment
- fixed jssp problem to adjust its name according to the loaded instance
- 10:21 Ticket #2720 (Exporting of JSSP problem instances does not work) created by
- The stream for exporting the contents is not initialized for writing.
12/19/16:
- 16:59 Changeset [14505] by
-
#2704: Improve expression generation and fix file formatting.
- 13:17 Changeset [14504] by
-
#2705 Fixed localization issues in some format providers.
- 07:50 Changeset [14503] by
-
#2700: minor change while reviewing
- 07:45 Changeset [14502] by
-
#2650: another small fix in the C# formatter
12/18/16:
- 18:06 Changeset [14501] by
-
#2650: better handling of variable names (as identifiers) and fixed some bugs
- 17:11 Changeset [14500] by
-
#2699: fixed a small typo and added .sln file while reviewing
12/17/16:
- 15:48 Changeset [14499] by
-
#2650: updated merge info to track merged change set r14244:14273
- 15:42 Changeset [14498] by
-
#2650: merged r14457:14494 from trunk to branch (resolving conflicts)
- 15:34 Changeset [14497] by
-
#2650: updated mergeinfo to record the merged changesets r14422:14443
12/16/16:
- 17:10 Changeset [14496] by
-
- Reusing similiarty calculator in BinaryMemPR
- Fixing distance calculation for linear linkage and LinearLinkageMemPR
- Small changes to base algorithm
- Added biased model trainer for permutation (rank and fitness)
- Fixing best known quality calculation for GCP
- 14:47 Changeset [14495] by
-
- Fixed initial point size for scatterplots.
- Reuse the visual properties of the old data row if a single variable is changed in the ScatterPlotSingleView
- 14:38 Changeset [14494] by
-
#2710: Extend tree validity test in the InteractiveSymbolicDataAnalysisSolutionSimplifierView to test if all the variable names in the tree are contained in the solution problem data.
- 14:31 Changeset [14493] by
-
#2713 Added option in the ScatterPlotControl to show a regression curve for a ScatterPlotDataRow (linear, poly, exp, log, pow).