Timeline
04/22/16:
- 16:38 EvoSoft edited by
- (diff)
- 15:55 Changeset [13786] by
-
#2598: corrected HL solution changes.
- 15:49 Changeset [13785] by
-
#2598: Adapted problemData property and ctor of DataAnalysisProblems.
- 15:47 Ticket #2598 (ProblemData cannot be changed for DataAnalysisProblems) created by
- Currently the problem data cannot be set with the according property, …
- 15:19 EvoSoft edited by
- (diff)
- 13:47 Changeset [13784] by
-
#2591 Made the creation of a GaussianProcessModel faster by avoiding additional iterators during calculation of the hyperparameter gradients.
The gradients of the hyperparameters are now calculated in one sweep and returned as IList, instead of returning an iterator (with yield return).
This avoids a large amount of Move-calls of the iterator, especially for covariance functions with a lot of hyperparameters.
Besides, the signature of the CovarianceGradientFunctionDelegate is changed, to return an IList instead of an IEnumerable to avoid unnececary ToList or ToArray calls.
04/21/16:
- 17:24 Changeset [13783] by
-
#2597: Fix text annotations.
- 16:48 Changeset [13782] by
-
#2582 Resource calendar and client group creation, control implemented
- 15:30 Changeset [13781] by
-
#2558 migration bug fixed, hopefully
- 15:27 Changeset [13780] by
-
#2597: Initial commit implementing gradient view and chart.
- 15:23 Ticket #2597 (Gradient chart view for regression solutions) created by
- As the name suggests, this view contains a chart plotting the gradient …
- 14:10 Changeset [13779] by
-
#2596 Fixed cloning.
- 14:07 Ticket #2596 (ExecutionTimeTerminator cloning error) created by
- The executable within a ExecutionTimeTerminator is not cloned …
- 13:40 Changeset [13778] by
-
#2558 added wiring of island alps offspring selection
- 13:22 Changeset [13777] by
-
#2558 added wiring of island alps
04/20/16:
- 10:29 Changeset [13776] by
-
#1087 added ConstrainedFunctions
04/19/16:
- 17:11 Changeset [13775] by
-
#2582 Event recurring finished (small bugs)
- 12:40 Changeset [13774] by
-
#2457: worked on recommendation algorithms
04/18/16:
- 13:35 Changeset [13773] by
-
#2288: Refactor the RunCollectionVariableInteractionNetworkView and add online impact calculation (optimized method inside the view performs faster than the equivalent method provided by the RegressionSolutionVariableImpactsCalculator).
- 13:06 Changeset [13772] by
-
#2288: Add cloning constructors for the VariableNetworkNode and JunctionNetworkNode classes.
- 10:50 Changeset [13771] by
-
#1087 bugfix + additional relative HV calculation added
04/16/16:
- 14:05 Changeset [13770] by
-
Fix the calculation of evaluation number
04/15/16:
- 16:09 Changeset [13769] by
-
#1265: worked on visualization
- set KeyEventArgs.Handled to true if shortcut was recognized
- 15:53 Changeset [13768] by
-
#2582 Saving calendars to server, update not working
- 09:37 Changeset [13767] by
-
#2457: fixed cross-thread exception
04/14/16:
- 18:04 Changeset [13766] by
-
#2595: First version of impact calculation for regression solution.
- 18:03 Ticket #2595 (VariableImpactsCalculator for RegressionSolutions) created by
- VariableImpacts can be calculated for all regression solutions by …
- 16:58 Changeset [13765] by
-
#2594: Update project file.
- 16:51 Changeset [13764] by
-
#2594: Add ChartUtil methods and improved scaling in RegressionSolutionScatterPlotView.
- 16:39 Ticket #2594 (Better axis scaling in scatter plot and related charts) created by
- Often chart axes need to be scaled according to the value range. This …
- 14:30 Changeset [13763] by
-
#1265: worked on visualization
- added null check for shortcut actions
- 14:13 Changeset [13762] by
-
#1265: worked on visualization
- added shortcut handling prototype
- 13:56 Changeset [13761] by
-
#2593: Rename ReplaceColumn method to ReplaceVariable and make it non-generic. Use new list constructor instead of extension method in the ToModifiable method.
- 13:33 Changeset [13760] by
-
#2593: Add ToModifiable method to the Dataset class. Add ReplaceColumn method to the ModifiableDataset.
- 13:30 Ticket #2593 (Add method to convert a Dataset into a Modifiable dataset and ...) created by
- The default ModifiableDataset copy constructor does not copy the …
- 01:20 Changeset [13759] by
-
#2457: worked on suggestion algorithm
04/13/16:
- 17:11 Changeset [13758] by
-
#2582 Calendar basic interactions working. Timezone working correct. Next: saving to server
- 16:25 Changeset [13757] by
-
- worked on problem instance mapping
- started working on improved suggestion algorithm
- 11:47 Changeset [13756] by
-
Add HyperVolume and Spacing calculators
Display hypervolume and spacing in the results
04/12/16:
- 15:35 Changeset [13755] by
-
#2582 SVN troubles
- 15:28 Changeset [13754] by
-
#2582 User management done, start resource calendar
- 14:35 Changeset [13753] by
-
#1265: worked on visualization
- brought back support for SnapToGrid methods
- updated license headers
- 13:28 Changeset [13752] by
-
- improved mapping of problem instances by normalization (z-score) and handling of missing values (median)
- enabled to select the characteristics that should be included in the mapping
- improved speed of OKB download by calling service methods in parallel
04/11/16:
- 17:34 Changeset [13751] by
-
#2457: worked on problem instance mapping
04/08/16:
- 14:24 Changeset [13750] by
-
#2457: Added SOM projection for problem instances, fixed a bug (learningRadius was not used)