Changes between Version 1 and Version 2 of Ticket #852, comment 50
- Timestamp:
- 03/30/11 12:31:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #852, comment 50
v1 v2 1 1 Regarding the issue with incompatible problems: 2 2 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. 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.