Changes between Version 2 and Version 3 of Ticket #852, comment 50
- Timestamp:
- 03/30/11 12:39:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #852, comment 50
v2 v3 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. Reason: `ParticleCreator` is empty for user defined problem. 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. 4 5 --> Won't change since it is an issue with the engine.