Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

03/25/20:

17:53 Changeset [17487] by abeham

#3065: update Sim# to 3.3.1

17:48 Ticket #3065 (Upgrade Sim# to 3.3.2) created by abeham

03/23/20:

17:13 Changeset [17486] by bburlacu

#1772: Add StorableType attribute to interfaces.

16:40 Changeset [17485] by dpiringe

#3026:

  • fixed a bug in ConstrainedValueParameterConverter -> added an extra check to get the correct child
  • fixed a bug in JsonItemValidator -> now the error messages get appended correctly
  • fixed a validation bug in JsonItemMultiValueControl -> now it should not validate a readonly textbox anymore
15:19 EvoSoft edited by swagner
(diff)
15:16 Changeset [17484] by dpiringe

#3026:

  • fixed a bug with JsonItemMultiValueControl -> the size of the matrix should now be saved correctly
  • fixed a bug with RegressionProblemDataConverter -> should now set the row/col sizes correctly
  • simplified the code for saving matrix data in JsonItemMultiValueControl, MatrixValueVM and ArrayValueVM
  • removed unnecessary casts
15:10 EvoSoft edited by swagner
(diff)
11:58 Changeset [17483] by dpiringe

#3026:

  • added readme JsonInterfaceReadMe.txt
  • removed dead code
  • fixed a bug in JsonItemConverter -> now the type comparison should work as intended

03/18/20:

13:19 Changeset [17482] by chaider

#2971: Fixed constraint satisfied check for the const opt constraint evaluator

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 …
Note: See TracTimeline for information about the timeline view.