Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Closed 12 years ago

#1767 closed defect (done)

QAP visualization does not render weights matrices correctly

Reported by: abeham Owned by: abeham
Priority: medium Milestone: HeuristicLab 3.3.7
Component: Problems.QuadraticAssignment.Views Version: 3.3.7
Keywords: Cc:

Description

Weight matrices sometimes are not fully connected. When the weights matrix is transformed into a dissimilarity matrix the absence of a weight is encoded as a distance nevertheless.

Change History (5)

comment:1 Changed 12 years ago by abeham

  • Status changed from new to accepted

comment:2 Changed 12 years ago by abeham

r7416

  • added NaN check to MultidimensionalScaling
  • fixed a bug in StressFitness and now ignore distance to self
  • changed transformation of the weights matrix to a dissimiliarity matrix (set entries to NaN when weight was 0)
  • swapped weights and distance matrix for the els19

comment:3 Changed 12 years ago by abeham

  • Owner changed from abeham to mkommend
  • Status changed from accepted to reviewing

comment:4 Changed 12 years ago by mkommend

  • Owner changed from mkommend to abeham
  • Status changed from reviewing to readytorelease

Reviewed the code changes of r7416, but I must admit that I didn't understand their effects in full detail (especially changes in the MultiDimensionalScaling).

comment:5 Changed 12 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.6 to 3.3.7
Note: See TracTickets for help on using tickets.