Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 130 and Version 131 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
05/09/10 16:31:09 (15 years ago)
Author:
swinkler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v130 v131  
    370370
    371371=== Priority: MEDIUM ===
     372 * Algorithm testing: I have tested an OS-GA solving the TSP130 in HL2.5 (legacy plugins) and HL 3.3; pop. size: 100, success rate: 0.8, comparison factor: 0.0, max. selection pressure: 100, insertion mutation, CX crossover in HL2.5, CyclicCrossover2 in HL3.3. The resullts differ significantly: In HL 2.5 the produced solutions' quality is in the range 13,000 - 18,000, in HL3.3 it is in the range 20,000 - 24,000. Maybe I have overseen something?
     373   * swinkler: This problem is probably related to differences regarding the number of selected parents.
    372374 * There is no way to see the optimal solution that is found by the algorithm, for example the best tour or the best knapsack selection. Even though not all users might be interested to see these best results, it might help to increase the confidence of users.
    373375   * swinkler: Solution displays have been implemented meanwhile.