TOPSIS-Python icon indicating copy to clipboard operation
TOPSIS-Python copied to clipboard

Source code for TOPSIS optimization algorithm in python

Results 2 TOPSIS-Python issues
Sort by recently updated
recently updated
newest added

This issue is fixed here: https://github.com/Glitchfix/TOPSIS-Python/issues/1

hello, i think ranking function have problem Ex: I have worst_similarity is [0.014 0.61 0.27 0.013 0.99 ] => ranking is [3 0 2 1 4], but i think correct...