Changes between Version 72 and Version 73 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 04/26/10 01:42:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v72 v73 219 219 * After creating a new TSP instance the user has to define the coordinates matrix; setting the number of columns to 2 and the rows to 4, e.g., leads to an overflow error. 220 220 * swagner: Fixed in r3502. 221 * Ater opening a new algorithm and creating a new knapsack problem, starting the algorithm causes an null-pointer-exception. 222 * Ater opening a new algorithm and creating a new OneMax problem, starting the algorithm causes an null-pointer-exception. 223 * abeham: That's related to the !MultiCrossover issue described by svonolfe below. 224 * abeham: Fixed in r3527 221 225 222 226 === Priority: MEDIUM === … … 341 345 342 346 ---- 347 348 == Reviewer: svonolfe 349 === Priority: HIGH === 350 === Priority: MEDIUM === 351 * When choosing the MultiXCrossover (e.g. MultiBinaryCrossover) and no Operators are selected an exception should be thrown, otherwise e.g. the GA crashes at a later point (e.g. evaluation) 352 * abeham: Fixed in r3527 353 === Priority: LOW === 354 355 ----