Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1330, comment 23


Ignore:
Timestamp:
03/31/11 00:08:05 (13 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1330, comment 23

    initial v1  
    11Review with swagner:
    2  * MDS: Iterations as parameter
    3   * rename distance -> dissimilarity
    4   * !PluginDependency -> ALGLIB
    5  * Permutation:
    6   * ausnahme bei swap2 exhaustive weg (rel.undir.)
    7   * bias weg bei swap2 single
    8   * license headers checken
    9  * QAP: Coordinates überall raus
    10   * constructor: eval, solcreat
    11  * QAPView: Please redraw on change -> refresh button grüner kringel
    12   * Rename QAPView -> QAPControl
    13  * Bündig bei Problem view Instance und name
     2 * Multidimensional scaling
     3  * Add a scaling method that takes the number of iterations as parameter
     4  * Rename all occurrences of distance into dissimilarity
     5  * Add a !PluginDependency to the ALGLIB plugin
     6 * Permutation
     7  * Remove the exception of not generating some moves in the `ExhaustiveSwap2MoveGenerator` for relative undirected permutations
     8  * The `StochasticSwap2SingleMoveGenerator` exhibits a possible bias regarding the swapped indices
     9 * Quadratic Assignment Problem
     10  * Remove the Coordinates parameter everywhere
     11  * Use a different base constructor and hand instances of the evaluator and solution creator
     12  * Align the name textbox and load instance combobox
     13  * Make sure to include the description icon
     14  * Views
     15   * Do not automatically synchronize changes to the visualization, but instead indicate that a redraw is necessary
     16   * Give the redraw button the refresh icon
     17   * Rename the `QAPView` to `QAPControl`
     18 * General (reminder)
     19  * Check all license headers