Free cookie consent management tool by TermsFeed Policy Generator

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #852, comment 50

    v2 v3  
    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. Reason: `ParticleCreator` is empty for user defined problem.
     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.
     4
     5--> Won't change since it is an issue with the engine.