Timeline
12/04/17:
- 23:19 Changeset [15492] by
-
- distributed code from artificial common plugin
- removed common plugin
- 23:06 Changeset [15491] by
-
- branched integer vector encoding
- 23:00 Changeset [15490] by
-
- branched optimization
- adapted references
- renamed plugin
11/30/17:
- 10:31 Changeset [15489] by
-
- Fixed wrong number of remaining/toral rows after filter changed
- Improved performance for filtering as suggested by bburlacu. Thanks for the patch.
- Start all charts with index zero.
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