computer science - what is the better way to calculate unique value based on weighted variables? -
i have create priority queue elements have multiples variables associated weight, better way calculate unique value in order order of each element in queue? using weighted average or using mathematical modeling? please advice.
are sure want turn weighted variables unique value? mathematically speaking gets quite tricky (imagine 2 elements same parameters - 1 gets higher value?).
if value need not unique, can use stuff weighted average, weighted sum, or utility functions. if want determine appropriate weights different variables can stuff analytical network process (anp) link
Comments
Post a Comment