Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

12/02/16:

17:35 Changeset [14449] by gkronber

#2650: merged r14422:14443 from trunk to branches resolving conflicts

16:38 Changeset [14448] by bburlacu

#2704: Rename expression label to name, and remove label from expression template as it should be specified for each individual instance.

15:46 Changeset [14447] by jzenisek

#2707 updated generic type instantiation in cluster algorithm

15:37 Changeset [14446] by pfleck

#2709 Removed the PreprocessingScatterPlotView and use the HL ScatterPlotControl instead.

14:29 Changeset [14445] by pfleck

#2709 Branched DataPreprocessing plugins.
Adapted build paths and references.

14:07 Changeset [14444] by pfleck

#2709 reverse merged r14441 because local changes were accidentally included in the branch.

14:07 Changeset [14443] by mkommend

#2714: Refactored key and selection events in DataGridView.

14:06 Ticket #2714 (DataGridView key events do not work correctly) created by mkommend
Deletion of Columns sometimes delete the wrong column. Copy/Paste does …
14:03 Changeset [14442] by jzenisek

#2707 fixed min variance bug in time window based k-means clustering

13:43 Changeset [14441] by pfleck

#2709 Copied plugins.

13:36 Changeset [14440] by pfleck

#2709 created branch

13:06 Changeset [14439] by pfleck

#2713 Moved the charting logic out of DataTableView and ScatterPlotView into new DataTableControl and ScatterPlotControl.
This way, the charts can be reused without the name-textbox and description from the NamedItemView.

10:46 Changeset [14438] by pfleck

#2713 Hide the chart-title if the title is empty (to avoid unnecessary empty space)

12/01/16:

16:21 Changeset [14437] by pfleck

#2713 Added a "isVisibleInLegendCheckBox" for data rows in DataTables.

16:11 Changeset [14436] by pfleck

#2713 Pre-commited changes of VS auto-generated code for easier review later. (re-ordering of control initialization, ...)

15:59 Changeset [14435] by pfleck

#2713 Added new ToolStripMenuItem to the chart for DataTableView and ScatterPlotView to open the configuration dialog.

15:43 Ticket #2713 (Configuration Context Menu for DataTableView and ScatterPlotView) created by pfleck
The DataTableView and ScatterPlotView both offer a config dialog …
15:03 Changeset [14434] by mkommend

#2712: Changed name of MaximizationParameter for BFGS from "Maximization" to "Maximization (BFGS)" and adapted the backwards compatibility code accordingly.

14:54 Ticket #2712 (GaussianProcesses define a Maximization parameter) created by mkommend
This is produces an error during run creation if the solved problem …
14:49 Changeset [14433] by mkommend

#2711: Added try/catch/finally blocks in the OnStopped method of algorithms to force the change of the execution state.

14:45 Ticket #2711 (The execution state of algorithms is not synchronized correctly if an ...) created by mkommend
When an exception during run creation occurs the execution state of an …

11/30/16:

16:33 Changeset [14432] by bburlacu

#2710: Offer the user the option to provide the variable name when the symbol does not contain a list of available variable names. In this case the combo box is replaced by a text box.

16:14 Ticket #2710 (Editing variable nodes in the tree simplifier fails if the variable ...) created by bburlacu
The insert new node and edit node dialog within the tree simplifier …
14:49 Changeset [14431] by jzenisek

#2707 updated clustering: implemented a quite generic version

09:24 Changeset [14430] by jzenisek

#2707 added temporal distance clustering

11/29/16:

15:46 Changeset [14429] by abeham

#2701, #2708: Made a new branch from ProblemRefactoring and removed ScopedBasicAlgorithm branch (which becomes MemPR branch)

15:30 Changeset [14428] by bburlacu

#2635: Add analyzer for counting the AdjustedEvaluatedSolutions (according to the actual number of evaluated rows). Add option to preserve compatibility with the standard evaluator. Optimize performance.

11/28/16:

17:55 Changeset [14427] by bburlacu

#1772: Extract common methods (used by the schema creator and the schema frequency analyzer) in static SchemaUtil class. Make AnyNode constructor public.

17:51 Changeset [14426] by bburlacu

#1772: QueryMatch: implement more elaborate node comparison (better accuracy when matching schemas).

16:59 Changeset [14425] by pfleck

#2698 Fixed wrongly formated variable-entries in checked item list.

16:41 Changeset [14424] by jzenisek

#2707 adapted clustering leading to more generic usage

13:20 Ticket #2709 (DataPreprocessing Enhancements) created by pfleck
This ticket contains smaller visual enhancements of the preprocessing …

11/27/16:

12:58 Changeset [14423] by gkronber

#2529: removed caching of traget variable values because it didn't work correctly.

11/26/16:

23:21 Changeset [14422] by gkronber

#2529: added a way to calculate prognosed values for the whole test partition and added a specific implementation of the line chart for time series models

21:59 Ticket #1358 (RunCollection view for permutation-based variable relevance for ...) closed by gkronber
obsolete: Permutation-based variable impact calculation is now available in the …
21:47 Changeset [14421] by gkronber

#2650: merged r14405:14418 from trunk to branch

01:54 Changeset [14420] by abeham

#2708: added binary version of mempr with new concepts of scope in basic alg

01:47 Changeset [14419] by abeham

#2708: branched r14418 trunk

01:35 Ticket #2708 (Explore Scope-based BasicAlgorithms) created by abeham
BasicAlgorithm currently has shortcomings: * It does not provide the …

11/25/16:

16:16 Changeset [14418] by pfleck

#2698 Only input and target variables are pre-checked for linechart, histrogram and scatterplot.

14:53 Changeset [14417] by jzenisek

#2707 added some new vrp operators (1 creator, 1 crossover, 1 manipulator)

14:45 Ticket #2707 (New VRP Operators) created by jzenisek
Adding new VRP operators stemming from the master's thesis of jan …
14:15 Changeset [14416] by jzenisek

#2707 branch for several vrp enhancements

14:14 Changeset [14415] by jzenisek

#2707 Added folder for new VRP branch

11:55 Download edited by bburlacu
Fix typo "downland" -> "download" (diff)
10:59 Changeset [14414] by bwerth

#2700 forgot to add files

10:58 Changeset [14413] by bwerth

#2700 refactored c++ style code to C# (use of [,] arrays, int vs uint,..) + corrected IterationsCounter

09:31 Changeset [14412] by abeham

#2706:

  • Encodings.BinaryVector:
    • Added HammingSimilarityCalculator
  • Problems.Knapsack:
    • Made KnapsackSimilarityCalculator NonDiscoverable and Obsolete
    • Added HammingSimilarityCalculator to KnapsackProblem and removed NoSimilarityCalculator
  • Problems.Binary:
    • Added HammingSimilarityCalculator and QualitySimilarityCalculator to BinaryProblem
    • Added PopulationSimilarityAnalyzer to BinaryProblem
08:57 Ticket #2706 (Binary problems should include similarity calculators for population ...) created by abeham
The binary problems (HIFF, DeceptiveTrap, DeceptiveStepTrap, and …

11/24/16:

16:58 Changeset [14411] by bburlacu

#2704: Slightly improve usage of ExpressionTemplate class.

16:38 Changeset [14410] by bburlacu

#2704: Added the possibility to sample possible arguments without repetition when instantiating expression templates.

11/23/16:

16:32 Changeset [14409] by bburlacu

#2704: Initial commit of HeuristicLab.ExpressionGenerator plugin. Note that the code depends on #2703 which should be merged first.

16:08 Changeset [14408] by mkommend

#2661: Fixed a bug in the TableFileparser that omits the correct detection of DateTime columns.

15:28 Ticket #2705 (Best-known quality only VRP solutions) created by pfleck
Some papers and websites report only the qualities of best-known …
14:50 Ticket #2704 (Generate random regression benchmark instances) created by bburlacu
The ability to randomly generate symbolic regression benchmarks …
14:44 Changeset [14407] by bburlacu

#2703: Implement gamma distribution after "A Simple Method for Generating Gamma Variables" - Marsaglia & Tsang, ACM Transactions on Mathematical Software, Vol. 26, No. 3, September 2000, Pages 363–372.

14:42 Ticket #2703 (Gamma distribution for HeuristicLab) created by bburlacu
A gamma distribution would be a nice addition to HeuristicLab, along …

11/22/16:

18:59 Changeset [14406] by jschiess

#1836 SA reheating strategies: Initialize branch with baseversion of SA

17:31 Changeset [14405] by gkronber

#2702: switched axes for predicted and actual values in scatter plot

11/21/16:

15:52 Changeset [14404] by bwerth

#2592 several fixes and cleanups to adapt a more HeuristicLab-Code-Style + renaming of folders and Plugin

11/20/16:

16:41 Ticket #2702 (Axis for estimated values and for predicted values should be switched ...) created by gkronber
Note: See TracTimeline for information about the timeline view.