Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 3 of Ticket #2525


Ignore:
Timestamp:
11/25/15 13:22:14 (8 years ago)
Author:
pfleck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2525

    • Property Status changed from new to accepted
    • Property Summary changed from ExternalEvaluationProblem cannot be persisted to Some types are missing a StorableClassAttribute
  • Ticket #2525 – Description

    initial v3  
    1 The `OptimizationSupportScript<T>` is missing a `StorableClassAttribute` and therefore cannot be persisted.
     1Some types do not have a `StorableClassAttribute` although they have storable members or a storable constructor, e.g. `SimpleSymbolicExpressionGrammar`.
     2
     3If a type contains a storable member but has no `StorableClassAttribute`, it cannot be persisted, e.g. `OptimizationSupportScript<T>` of an `ExternalEvaluationProblem`.