I have a given set of numbers and I want to divide it into even n
subsets, maximising the sum of each subset's variance.
Can I do this better than creating each subset with random sampling?
I have a given set of numbers and I want to divide it into even n
subsets, maximising the sum of each subset's variance.
Can I do this better than creating each subset with random sampling?