Timeline
02/12/21:
- 21:13 Changeset [17836] by
-
#3103: Add first draft of G-SEMO algorithm
- 18:17 Ticket #3103 (Add G-SEMO multi-objective EA) created by
- G-SEMO is a mutation-only multi-objective EA that builds on the same …
- 16:26 Changeset [17835] by
-
#3102: Add ClassificationProblemData constructor that explicitly takes class names and positive class value arguments, adapt code.
- 15:24 Changeset [17834] by
-
- added ResultFormatter to add an extra layer of result transformation logic (converting a result value to a string with a defined logic, e.g. MatlabResultFormatter for ISymbolicRegressionSolution)
- extended the IResultJsonItem with two properties for result formatting
- added a new control to selected a result formatter for a result value
- refactored the Runner for the new result formatting process
02/11/21:
- 15:26 Ticket #3053 (PositiveClass value cannot bet set in the SolutionComparisonView if ...) closed by
- duplicate: Replying to gkronber: > Duplicate of #2806? Yes, …
- 15:25 Ticket #2806 (Positive class value setting from classification problems is not set ...) closed by
- duplicate: Superseeded by #3102
- 15:25 Ticket #3102 (Enable passing dataset and class names in ClassificationProblemData ...) created by
- = Summary = - Creating a copy/clone of a problem data object is a …
02/10/21:
02/09/21:
- 17:08 Changeset [17833] by
-
#2806: Set positive class value when cloning problem data.
02/03/21:
- 22:03 Changeset [17832] by
-
#3048: Disable the ContextAware and DeterministicBest crossovers in the SymbolicDataAnalysisMultiObjectiveProblem.
02/02/21:
- 16:57 Changeset [17831] by
-
#3100: Use ValueTypeArray as base class for TriangularMatrix. A Data property exposes the underlying array as a ReadOnlyCollection.
02/01/21:
- 18:33 Changeset [17830] by
-
#3040 First draft additional vector aggregation symbols (distribution characteristics & time series dynamics)
- 16:27 Changeset [17829] by
-
- moved JsonItems from Models to JsonItems
- moved WinForms controls from Shared to Views
- 14:37 Changeset [17828] by
-
- removed the option to set the value for JsonItems via exporter
- reworked some base controls
- added new controls for JsonItem specific properties (e.g. ArrayResizable)
- deleted a lot of obsolet controls
- removed the Enable checkbox in the detail view of JsonItems
- exporter now clones the IOptimizer object
- added a check + message for unsupported exports
- list of JsonItems now includes unsupported JsonItems (disabled and marked with 'unsupported')
- refactored the converter type check
- now every converter has to specify its supported type(s)
- removed the option to set the value for JsonItems via exporter
01/31/21:
- 08:08 Changeset [17827] by
-
#3073 merged r17811:17826 from trunk to branch
- 08:03 Changeset [17826] by
-
#3083: fixed problem in LaTeX formatter when targetVariable = null