Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

03/17/20:

17:03 Changeset [17481] by dpiringe

#3026:

  • refactored json item validation process -> every method now returns a ValidationResult containing bool Success (true if validation is successful) and IEnumerable<string> Errors (error messages)
    • this design allows to specify error messages directly in json items
16:35 Changeset [17480] by kyang

#3057 Upload the paper

16:29 Changeset [17479] by kyang

#3057

  1. upload the latest version of ALPS with SMS-EMOA
  2. upload the related dynamic test problems (dynamic, single-objective symbolic regression), written by David Daninel.
14:55 Changeset [17478] by dpiringe

#3026:

  • removed type extension for type comparison (was a complicated comparison, which should not be a public extension method for Type)
    • comparison is now located (as private method) in JsonItemConverter
    • also simplified it a lot (did some tests to measure the relevance of specific checks -> last check got completely removed)
12:33 Changeset [17477] by dpiringe

#3026:

  • refactored JsonTemplateInstantiator -> now returns a InstantiatorResult which contains the optimizer and an IEnumerable of IResultJsonItem
  • code cleanup in JCGenerator
  • relocated the serialization of json items into IJsonItem with method GenerateJObject (virtual base implementation in JsonItem)
    • this allows custom serialization for json items (example: ValueLookupJsonItem)
    • items of interface IIntervalRestrictedJsonItem have a custom implementation of GenerateJObject -> hides Minimum and Maximum if the values are the physically min/max of their type
  • code cleanup in BaseConverter

03/16/20:

17:09 Ticket #3064 (The ItemListView should delete items from bottom to top) created by gkronber
Deleting all items from an ItemList using the ItemListView takes a …

03/12/20:

17:51 Changeset [17476] by pfleck

#3040 Worked on TF-based constant optimization.

03/11/20:

16:19 Changeset [17475] by pfleck

#3040 Updated HeuristicLab.Algorithms.DataAnalysis plugin and its dependencies to Framework 4.7.2 to avoid conflicting System.ValueTuple locations (mscorelib or nuget).

15:02 Changeset [17474] by pfleck

#3040 Started working on the TF constant opt evaluator.

03/10/20:

17:17 Changeset [17473] by dpiringe

#3026:

  • refactored inheritance structure of json items, now the default JsonItem is an abstract class without properties Value and Range -> splitted up into new interfaces
  • updated view models for new json item structure
  • updated SingleLineArrayJsonWriter
08:28 Changeset [17472] by pfleck

#3040 Moved Alglib+AutoDiff constant optimizer in own class and created base class to provide multiple constant-opt implementations.

03/09/20:

10:36 Changeset [17471] by dpiringe

#3026:

  • deleted INamedMatrixJsonItem and all corresponding classes/views, because of bad design
  • added ILookupJsonItem and IValueLookupJsonItem (incl. all corresponding implementations, VMs, Views)
  • added IResultJsonItem
  • changed type of property Control from JsonItemBaseControl to UserControl in IJsonItemVM (because the details control now builds up with linked user controls -> allows better construction of dynamic controls)
  • added all properties of INamedMatrixJsonItem in IMatrixJsonItem
  • refactored a lot of views for better usage (TableLayoutPanel is used a lot now -> for better item positioning)
  • property ActualName is now located in ILookupJsonItem instead of IJsonItem

03/06/20:

20:20 Changeset [17470] by jkarder

#3063: removed useless code

20:14 Ticket #3063 (Remove dead / useless code in Hive) created by jkarder
20:10 Ticket #3062 (Hive janitor does not properly clean up / generate statistics) created by jkarder
On the one hand, some queries executed by the janitor time out. On the …

03/05/20:

12:35 Changeset [17469] by pfleck

#3040 Added TensorFlow.NET library for constant optimization with vectors (as alternative to AutoDiff+Alglib).

03/03/20:

15:42 Ticket #3060 (Exceptions thrown in IOptimizer.StartAsync are sometimes unhandled) closed by jkarder
done: r17468: merged r17445 into stable
15:42 Changeset [17468] by jkarder

#3060: merged r17445 into stable

12:00 Changeset [17467] by pfleck

#3040 Added a "final aggregation" option for the vector interpreter in case the result is a vector.

08:32 Changeset [17466] by pfleck

#3040 Added separate mean symbol instead of reusing the average symbol.

Note: See TracTimeline for information about the timeline view.