Timeline
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 …
11/10/17:
- 12:56 Changeset [15470] by
-
#2847 worked on M5Regression
- 09:05 Changeset [15469] by
-
#2789 trying to get SBART to work correctly.
11/09/17:
- 18:03 Changeset [15468] by
-
#2789 worked on sbart spline
- 16:23 Changeset [15467] by
-
#2789 dllexport bvalue function
- 11:51 Changeset [15466] by
-
#2809: Simplified the overall filtering logic as suggested by bburlacu
- changed parameter names to actively reflect that filter means "remaining"
- moved filter combination logic to FilterContent
- simplified/restructured code
11/08/17:
- 20:23 Changeset [15465] by
-
Started a summary of findings.
- 17:01 Changeset [15464] by
-
#2854: Corrected results and parameter assignment of random forest model for regression and classification.
- 17:00 Ticket #2854 (Random Forest Results are wrong) created by
- Out-of-bag error estimates are significantly smaller than standard …
- 16:32 Changeset [15463] by
-
#2817
-Added unit tests for bin packing 3d.
-The items can now be sorted by the material.
- 16:30 Changeset [15462] by
-
#2817
-Added unit tests for bin packing 3d.
-The items can now be sorted by the material.
- 12:16 Changeset [15461] by
-
#2853: Reduced test set size for Keijzer 11 - 15.
- 12:10 Ticket #2853 (Reduce test set size of Keijzer problem instances) created by
- Currently some Keijzer benchmark instances contain more than 300k …
- 07:34 Changeset [15460] by
-
#2747: worked on the CFSAP
- Added problem definition that defines both sequence and assignment for a single nest
- Added problem definition that would optimizes both sequence and assignment for multiple nests
- Added interface
- Added solving strategy that would use multiple instances of a template algorithm to optimize the worst nest
- Fixed bug in parser regarding setup times
11/07/17:
- 19:49 Changeset [15459] by
-
experimentation
- 17:23 Changeset [15458] by
-
#2789 recomiled sbart
- 17:03 Changeset [15457] by
-
#2789 added Finbarr O'Sullivan smoothing spline code
- 13:49 Changeset [15456] by
-
#2747: worked on the CFSAP
- Introduced new benchmark instances mentioned in the literature and updated the parser
- 13:15 Changeset [15455] by
-
#2847 added WeightedEuclideanDistance && fixed minor bug in scatterPlot colloring
- 08:24 Changeset [15454] by
-
- Extreme point bin packing does not need the occupation layer anymore
- Changes at the fitting algorithm. Now they are packing the items as in the paper of S. Martello, D. Pisinger, D. Vigo described