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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -