Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 7 of Ticket #1309


Ignore:
Timestamp:
12/07/10 13:00:06 (13 years ago)
Author:
abeham
Comment:

r5058

  • Removed default constructor to prevent discovery

Please check if this solved your problem, otherwise we'll make it Storable.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1309

    • Property Status changed from new to reviewing
    • Property Owner changed from abeham to cneumuel
    • Property Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.3
    • Property Summary changed from RealVectorAdditiveMoveWrapper is not storable to RealVectorAdditiveMoveWrapper is visible through the discovery mechanism
  • Ticket #1309 – Description

    initial v7  
    11`HeuristicLab.Problems.TestFunctions.RealVectorAdditiveMoveWrapper` is not a storable class. It should be one!
     2
     3Update: I still think it should not be storable, but I removed the default constructor to prevent discovery.