Skip to content

Weighted sorting with normalized weights

Choose a tag to compare

@alexvanin alexvanin released this 05 Jul 06:54
· 53 commits to master since this release
aa23093

This release contains changes in weighted HRW sorting. Now weighted sorting functions take a slice of normalized weights []float64 as an input. This way, you can use any normalization (e.g. multicriteria normalization) and pass prepared weights to the functions.