Problem 586. All Humans are Created Equal - Pareto Equality
Solution Stats
Problem Comments
-
7 Comments
I don't really understand the mechanics of this. could you link to an article or something where I could read more about it?
I may have poorly written the problem statement; the general idea is to find optimal candidates for the problem
arg max F(x,y,z)
where many {x,y,z} pairs maximize F.
Please see http://en.wikipedia.org/wiki/Pareto_optimal. HTH.
test suit is broken plz fix
The author included a reference solution, and it still passes the test suite.
I've solved it, but I am not sure it is right. Solutions to this problem seem to be case-oriented and probably not what the author expected. I believe the last case is wrong, for instance, but it depends on the criteria used (what is the preference of each set? is it to be ordered?). Moreover, the Wikipedia article displays a weighted sum. Still, the author doesn't mention weights or how they should be added, anyway...good luck to future challengers.
Could someone (Dyuman?) please fix the test suite so that y_correct is set for the first assertion and not commented out?
To whoever did it: thanks!
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1301 Solvers
-
Project Euler: Problem 10, Sum of Primes
2086 Solvers
-
Find the Kronecker Tensor Product without using KRON
49 Solvers
-
Convert from Base 10 to base 5
280 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
251 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!