Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #852, comment 50


Ignore:
Timestamp:
03/30/11 12:31:43 (13 years ago)
Author:
mkofler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #852, comment 50

    v1 v2  
    11Regarding the issue with incompatible problems:
    22
    3 Parts of the old `OperatorGraph` seem to remain active if I create a valid problem (`SingleObjectiveTestFunction`) and then replace it with an invalid problem. For instance, the `AckleyEvaluator` throws an exception on execution after(!) the problem has been replaced by a user-defined problem. Same thing happens for `TabuSearch` but does not throw an error.
     3Parts of the old `OperatorGraph` seem to remain active if I create a valid problem (`SingleObjectiveTestFunction`) and then replace it with an invalid problem. For instance, the `AckleyEvaluator` throws an exception on execution after(!) the problem has been replaced by a user-defined problem. Same thing happens for `TabuSearch` but does not throw an error. Reason: `ParticleCreator` is empty for user defined problem.