Timeline
11/28/17:
- 16:10 Changeset [15488] by
-
- Added line projection based bin packing
- Added residual spaces to the view
11/27/17:
- 10:22 Changeset [15487] by
-
#2850 reenabled backwards compatibility; fixed distances
11/24/17:
- 15:09 Changeset [15486] by
-
#2860: Cleared filename after a new problemData is set for data analysis solutions.
- 15:07 Ticket #2860 (Clear filename if problemData of solutions is changed) created by
- It is easy to overwrite an existing HL file if new data is loaded into …
- 14:26 Ticket #2859 (Improve TableFileParser column-type deduction for missing values) created by
- A DateTime-column, where the first value is missing, is wrongly …
11/22/17:
- 11:06 Changeset [15485] by
-
#2850 fixed comment in TSNEAlgorithm; private methods in TSNE less dependent on array type
- 08:15 Changeset [15484] by
-
#2850 changed data extraction
11/21/17:
- 17:10 Changeset [15483] by
-
#2852: Added option for reporting function and gradient evaluation in the constants optimization evaluator.
- 16:00 Changeset [15482] by
-
#1772: Add the option to specify a separate mutation operation for schema diversification (independent of the one used in the algorithm main loop). Refactor duplicated code for schema generation in SchemaCreator.cs.
- 15:40 Changeset [15481] by
11/20/17:
- 21:03 Ticket #2858 (UI updates related to results take significant time even when results ...) created by
- Reproduce 1. Open and run GA-TSP sample without showing the results. …
- 20:36 Changeset [15480] by
-
#2852: moved the scaling parameters to the end of the parameter vector to be able to remove the c.Skip(2).ToArray() call and removed unnecessary .ToArray() calls
- 15:29 Changeset [15479] by
-
#2850 worked on weighted tSNE
11/18/17:
- 09:37 Ticket #2857 (Support integration over values of input variables in the partial ...) created by
- Currently, we need to set a value for each inputs and in each partial …
11/17/17:
- 13:21 Changeset [15478] by
-
- only swallow a potential NullReferenceException while jobs are added
- removed redundant check in OnContentChanged
- 13:11 Ticket #2856 (In the partial dependence plots the histograms are not updated when ...) created by
11/16/17:
- 22:37 DevelopersTeam edited by
- updated links (http -> https) (diff)
- 11:30 Ticket #2854 (Random Forest Results are wrong) closed by
- done
- 11:30 Ticket #2848 (Extract functionality to remove duplicate datasets into separate class) closed by
- done
- 11:30 Ticket #2853 (Reduce test set size of Keijzer problem instances) closed by
- done
- 11:01 Ticket #2548 (Refactor Progress Reporting) closed by
- obsolete: Implemented in #2845. Whether to use CancellationTokens for …
- 10:58 Ticket #2832 (Explicitly differ between continuous and marquee Progress) closed by
- obsolete: Implemented in #2845
- 10:30 Changeset [15477] by
-
- Added an explicit method for StartMarquee.
- Renamed Add/RemoveOperationProgress methods.
- Moved progress helpers from MainForm into static Progress methods named Show and Hide.
11/15/17:
- 14:38 Changeset [15476] by
- 14:37 Changeset [15475] by
- 14:35 Changeset [15474] by
- 12:30 Changeset [15473] by
-
#2817:
-Added unit tests
-Refactoring of bp 3D
- 12:14 Changeset [15472] by
-
#2747: worked on the CFSAP
- merged HeuristicLab.Problems.Instances from trunk
- updated best known qualities
- reduced memory footprint of run
- added convergence graph result to solving strategy
11/14/17:
- 15:31 Changeset [15471] by
-
- Added some unit tests
- Enhanced the documentation
- 14:59 Ticket #2855 (Showing the encoding or its operators in the run is highly wasteful) created by
- Runs generated by solving a BasicProblem are typically larger than …