Timeline
11/28/19:
- 11:54 Changeset [17372] by
-
#2971 Changed partial dependence plot range to interval range
11/26/19:
- 13:27 Changeset [17371] by
-
- added new Converters:
- CheckedItemListConverter
- ItemCollectionConverter
- PrimitiveConverter: not implemented yet
- ConfigurableConverter: maybe this converter can replace all others
- added program for testing -> HeuristicLab.ConfigStarter
- added the option to register converter with an attic guid
- added new Converters:
11/25/19:
- 16:02 Ticket #3020 (The MutatorParameter of genetic algortihms is replaced during ...) closed by
- done
- 13:39 Changeset [17370] by
-
#2971 Removed the possibility of declaring open and closed intervals. All intervals are closed intervals now.
- 12:04 Changeset [17369] by
-
#3040 Added Vector symbols to TypeCoherentExpressionGrammar & fixes.
- 09:19 Changeset [17368] by
-
#2971 Merged trunk into branch
11/22/19:
- 16:31 Changeset [17367] by
-
- Added VectorVariable and its corresponding TreeNode.
- Added symbols for basic vector operations and symbols for sum and avg of vectors.
- Added a VectorEvaluate method in the SymbolicDataAnalysisExpressionTreeInterpreter that returns a DoubleVector instead of a double that is also called within the regular Evaluate method.
- 15:54 Changeset [17366] by
-
#2521: Fixed bugs in solution context and adapted programmable problem template to include a cancellation token in the evaluate function.
- 13:23 Changeset [17365] by
-
#3040 Added explicit vector types to avoid type-missmatches when representing vectors as IList<T>, List<T> or IReadOnlyList<T>.
- 10:06 Changeset [17364] by
-
- Added double vectors for Dataset. Extended the type-checks for DataAnalysisProblemData.
- Added a small benchmark instance with data containing vectors. Adapted the ArtificialRegressionDataDescriptor to be able to specify non-double values.
11/21/19:
- 17:58 Changeset [17363] by
-
#2521: First version of contexts in problem evaluation.
- 13:24 Changeset [17362] by
-
#3040 Branched trunk
- 13:20 Ticket #3040 (Vector-based GP) created by
- This ticket will track the overall development of implementing …
11/20/19:
- 15:52 Changeset [17361] by
-
#2521: fixed further unit tests (plugin dependencies)
- 15:33 Changeset [17360] by
-
#2521: fixed some unit tests
- 15:01 Changeset [17359] by
-
#2521: fix bugs in unit tests, add vns_tsp sample
- 14:54 Changeset [17358] by
-
#2521: Corrected cloning method of solution contexts.
- 14:47 Changeset [17357] by
-
#2521: Added solution context and evaluation results.
- 14:32 Changeset [17356] by
-
#2521: fixed some problems in Samples.Create unit tests and updated samples
- 13:52 Changeset [17355] by
-
#2521: removed obsolete files and fixed compilation error in VnsTspSampleTest