Timeline
05/13/16:
- 13:17 Changeset [13848] by
-
#2582 Hive finish, start OKB
05/12/16:
- 17:09 Changeset [13847] by
-
#2582 Security access implemented, directory renaming and choosing, adding more partials
- 15:11 Changeset [13846] by
-
- Added a manual y-axis control.
- Fixed bug with dragging the cursor in the GradientChart out of the chart.
- 15:02 Ticket #2607 (TabControl slows other controls and causes flickering) created by
- Controls on a TabControl resize slowly and flicker, as also reported …
05/11/16:
- 17:17 Changeset [13845] by
-
- All used variables of a model are initially checked when opening the Target Response Gradient View.
- Fixed a bug on axis scaling.
- 16:50 Changeset [13844] by
-
#2582 Optimizing open file view by cutting down batches to 1. Logging system in navbar. Start authenticationCheck
- 16:38 Changeset [13843] by
-
#2597 Implemented "sync" y-axis for Target Response Gradient View.
- 12:18 Changeset [13842] by
-
- Reduced memory consumption greatly by reusing existing datapoints from existing series instead of creating new series on update.
- Rearranged methods and properties in GradientChart.
- Added properties to set fixed axis limits instead of calculation.
05/10/16:
- 16:55 Changeset [13841] by
-
#2582 More parameter datatypes, splitting fileopening service, approving users, reopen last file, change name tasks and repetitions
- 12:38 Changeset [13840] by
-
#2597 Implemented cancellation of chart update when new update is called during calculation.
05/09/16:
- 14:34 Ticket #2606 (Detailed View for VRP Solution) created by
- Currently, the VRP solution view just displays the tours within a …
- 13:55 Changeset [13839] by
-
#2205: worked on optimization networks
- added layout calculation for ports
- 13:47 Changeset [13838] by
-
#2393: Improved performance of data completeness chart.
- 12:28 Changeset [13837] by
-
- Reverted UpdateAutomatically property.
- Made UpdateChart method async to avoid blocking the GUI thread.
- Changed Content type of RegressionSolutionGradientView to IRegressionSolution.
- 10:01 Ticket #2605 (Implement stacking problems) created by
05/04/16:
- 17:17 Changeset [13836] by
-
#2597 Implemented correct coloring when multiple solutions are added for comparison with respect potential overlapping confidence intervals.
- 16:56 Changeset [13835] by
-
#2288: Performance improvements in the SymbolicRegressionVariableImpactsAnalyzer.
- 16:38 Changeset [13834] by
-
#2582 Parameterizing arrays start
- 15:15 Changeset [13833] by
-
#2205: worked on optimization networks
- added layout algorithm prototype
- fixed bug in LoadVisualProperties methods
- 15:11 Changeset [13832] by
-
#1265: worked on visualization
- keep lower left of chart during resizing
- 15:00 Changeset [13831] by
-
- merged recent trunk changes for GetUsedVariablesForPrediction method.
- Merged chart from RegressionSolutionGradientView and existing GradientChart.
- Used the GradientChart in the RegressionSolutionGradientView.
05/03/16:
- 21:27 Changeset [13830] by
-
#2597: Removed unused Configure method.
- 21:20 Changeset [13829] by
-
#2597: Speed up response calculation in the GradientChart by using an internal dataset to store variable values.
- 17:21 Changeset [13828] by
-
#2597: Simplify code and ensure charts are sorted according to the variable order in the list view.
- 17:13 Changeset [13827] by
-
#2582 Parameter changing busy, save file, download file and email on pass reset
- 15:57 Changeset [13826] by
-
#2604: Decided to implement this functionality at the level of the DataAnalysisSolution (and not the model), since this way we have access to the problem data and can provide a default implementation of the new interface method so that this change will have no negative repercussions.
- 15:37 Ticket #2604 (Retrieve variables used for prediction in data analysis solutions/models) created by
- Some optimization methods have the ability to perform automatic …
- 13:57 Changeset [13825] by
-
#2597: Fix small bug showing the vertical annotation.
- 12:25 Changeset [13824] by
-
- Added new Model property in IConfidenceBoundRegressionSolution.
- Added ConfidenceBoundRegressionSolution base and methods to it from GaussianProcessRegressionSolution.
- Replaced RegressionSolutionGradientView with GaussianProcessRegressionSolutionInteractiveRangeEstimatorView. Also moved DensityTrackbar to Problems.DataAnalysis.Views Plugin.
- DensityTrackbar initial position is now where the density is highest.
- 09:47 Changeset [13823] by
-
- Added new interface IConfidenceBoundRegressionModel and IConfidenceBoundRegressionSolution for regression models/solutions that support confidence information on estimated samples.
- Renamed GetEstimatedVariance to GetEstimatedVariances to be consistent with GetEstimatedValues.
05/02/16:
- 15:26 Changeset [13822] by
-
#1265: Removed C# 4.6 language features from ChartControl.cs (default property value) to fix compilation.
- 15:25 Changeset [13821] by
-
#2288: Used localization when formatting strings. Add canceling in CreateTargetVariationExperimentDialog. Remove use of C# 4.6 language features.
- 14:58 Changeset [13820] by
-
#2597: Added flags for controlling the display of legend, axis labels, or vertical cursor on the chart.
- 14:09 Changeset [13819] by
-
#2597 Branched HeuristicLab.Algorithms.DataAnalysis and HeuristicLab.Problems.DataAnalysis.
- 12:30 Changeset [13818] by
-
#2597: Fixed small bug when the values are not correctly rendered in the chart initially. removed unused variable limits from view.