Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

04/27/16:

22:05 Changeset [13808] by bburlacu

#2597: Start implementing table layout panel for gradient charts in a separate view.

22:03 Changeset [13807] by bburlacu

#2594: Fix bug in Decimals method causing an infinite loop when the value is zero.

17:17 Changeset [13806] by bburlacu

#2288: Remove TinySet.cs in favor of a more general method for generating k-combinations. Improve target variation experiment generation. Refactored code and avoided some corner case exceptions.

16:48 Changeset [13805] by jlodewyc

#2582 Bugfixing, email setup password and code commenting

16:43 Changeset [13804] by abeham

#2457: removed algorithm instances that do not appear in any run

16:21 Changeset [13803] by abeham

#2457:

  • changed expected runtime calculation
    • now outputs positive infinity instead of nan when no run was successful
    • now filters outliers in successful and unsuccessful runs by using two standard deviations of the mean of successful runs as lower bound
      • this change allows having unsuccessful runs in the database with low evaluations / runtime (e.g. due to being aborted early or from an experiment where the max budget was lower)
  • worked on recommendation algorithms
    • implemented several performance measures (absolute error, absolute log error, ndcp, kendall's tau) to evaluate the ranking
12:25 Changeset [13802] by bburlacu

#2602: Implement method to generate k-combinations.

12:24 Ticket #2602 (Enumerable extensions for generating k-combinations of elements from a ...) created by bburlacu
This method would be useful for automatic experiment creation for …
10:46 Changeset [13801] by mkommend

#2601: Reset classification performance measures to double.NaN before calculating the new ones.

10:46 Ticket #2601 (ClassificationPerformanceMeasures are not recalculated when the data ...) created by mkommend
After the data of a classification solution is changed all …
10:41 Changeset [13800] by bburlacu

#2600: Fix setter of arc label property.

10:40 Ticket #2600 (Incorrect set method of directed graph arc label property causes ...) created by bburlacu
The property set method throws a NullReferenceException when the …

04/26/16:

15:05 Changeset [13799] by jkarder

#2205: worked on optimization networks

  • improved network visualization
14:59 Changeset [13798] by jkarder

#1265: worked on visualization

  • fixed bug in primitive selection
  • added SelectedPrimitivesChanged event
13:07 Changeset [13797] by abeham

#2457: worked on testing recommendation algorithms through x-validation

13:03 Changeset [13796] by mkommend

#2599: Disabled preview of manipulated columns if more than 50 columns are affected.

13:02 Ticket #2599 (DateManipulation throws a GDI exception) created by mkommend
When columns should be deleted because of too many missing values or …
11:30 Changeset [13795] by jlodewyc

#2582 Resource Permissions added

00:02 Changeset [13794] by abeham

#2457: worked on recommendation algorithms (x-validation)

04/25/16:

15:10 Changeset [13793] by bwerth

#2592 first unfinished implementation similiar to Shark – Machine Learning 3.1

13:00 Changeset [13792] by abeham

#2457: merged changes from trunk

12:56 Changeset [13791] by abeham

#2457: working on recommendation algorithms

12:37 Changeset [13790] by pkuelzer

#2558 add dependecies to plugin.cs.frame

04/24/16:

20:37 Changeset [13789] by bburlacu

#2288:

  • Refactor RunCollectionVariableInteractionNetworkView improving functionality, modularity and code organisation.
  • Small tweaks to the DirectedGraphChart and DirectedGraphChartMode
20:30 Changeset [13788] by bburlacu

#2288: Improve the CreateTargetVariationExperimentDialog to produce combinations of inputs and target according to a user-provided binomial coefficient.

10:03 Changeset [13787] by abeham

#2457: worked on performance modeling

04/22/16:

16:38 EvoSoft edited by swagner
(diff)
15:55 Changeset [13786] by mkommend

#2598: corrected HL solution changes.

15:49 Changeset [13785] by mkommend

#2598: Adapted problemData property and ctor of DataAnalysisProblems.

15:47 Ticket #2598 (ProblemData cannot be changed for DataAnalysisProblems) created by mkommend
Currently the problem data cannot be set with the according property, …
15:19 EvoSoft edited by swagner
(diff)
13:47 Changeset [13784] by pfleck

#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 bburlacu

#2597: Fix text annotations.

16:48 Changeset [13782] by jlodewyc

#2582 Resource calendar and client group creation, control implemented

15:30 Changeset [13781] by pkuelzer

#2558 migration bug fixed, hopefully

15:27 Changeset [13780] by bburlacu

#2597: Initial commit implementing gradient view and chart.

15:23 Ticket #2597 (Gradient chart view for regression solutions) created by bburlacu
As the name suggests, this view contains a chart plotting the gradient …
14:10 Changeset [13779] by pfleck

#2596 Fixed cloning.

14:07 Ticket #2596 (ExecutionTimeTerminator cloning error) created by pfleck
The executable within a ExecutionTimeTerminator is not cloned …
13:40 Changeset [13778] by pkuelzer

#2558 added wiring of island alps offspring selection

13:22 Changeset [13777] by pkuelzer

#2558 added wiring of island alps

04/20/16:

10:29 Changeset [13776] by bwerth

#1087 added ConstrainedFunctions

04/19/16:

17:11 Changeset [13775] by jlodewyc

#2582 Event recurring finished (small bugs)

12:40 Changeset [13774] by abeham

#2457: worked on recommendation algorithms

04/18/16:

13:35 Changeset [13773] by bburlacu

#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 bburlacu

#2288: Add cloning constructors for the VariableNetworkNode and JunctionNetworkNode classes.

10:50 Changeset [13771] by bwerth

#1087 bugfix + additional relative HV calculation added

04/16/16:

14:05 Changeset [13770] by ichiriac

Fix the calculation of evaluation number

04/15/16:

16:09 Changeset [13769] by jkarder

#1265: worked on visualization

  • set KeyEventArgs.Handled to true if shortcut was recognized
15:53 Changeset [13768] by jlodewyc

#2582 Saving calendars to server, update not working

09:37 Changeset [13767] by abeham

#2457: fixed cross-thread exception

04/14/16:

18:04 Changeset [13766] by mkommend

#2595: First version of impact calculation for regression solution.

18:03 Ticket #2595 (VariableImpactsCalculator for RegressionSolutions) created by mkommend
VariableImpacts can be calculated for all regression solutions by …
16:58 Changeset [13765] by bburlacu

#2594: Update project file.

16:51 Changeset [13764] by bburlacu

#2594: Add ChartUtil methods and improved scaling in RegressionSolutionScatterPlotView.

16:39 Ticket #2594 (Better axis scaling in scatter plot and related charts) created by bburlacu
Often chart axes need to be scaled according to the value range. This …
14:30 Changeset [13763] by jkarder

#1265: worked on visualization

  • added null check for shortcut actions
14:13 Changeset [13762] by jkarder

#1265: worked on visualization

  • added shortcut handling prototype
13:56 Changeset [13761] by bburlacu

#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 bburlacu

#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 bburlacu
The default ModifiableDataset copy constructor does not copy the …
01:20 Changeset [13759] by abeham

#2457: worked on suggestion algorithm

04/13/16:

17:11 Changeset [13758] by jlodewyc

#2582 Calendar basic interactions working. Timezone working correct. Next: saving to server

16:25 Changeset [13757] by abeham

#2547:

  • worked on problem instance mapping
  • started working on improved suggestion algorithm
11:47 Changeset [13756] by ichiriac

Add HyperVolume and Spacing calculators

Display hypervolume and spacing in the results

Note: See TracTimeline for information about the timeline view.