Popular recipes tagged "pareto_frontier" but not "pareto"http://code.activestate.com/recipes/tags/pareto_frontier-pareto/2012-08-01T09:04:04-07:00ActiveState Code RecipesPareto front (Python)
2012-08-01T09:04:04-07:00Jamie Bullhttp://code.activestate.com/recipes/users/4183059/http://code.activestate.com/recipes/578230-pareto-front/
<p style="color: grey">
Python
recipe 578230
by <a href="/recipes/users/4183059/">Jamie Bull</a>
(<a href="/recipes/tags/engineering/">engineering</a>, <a href="/recipes/tags/finance/">finance</a>, <a href="/recipes/tags/optimal/">optimal</a>, <a href="/recipes/tags/pareto_front/">pareto_front</a>, <a href="/recipes/tags/pareto_frontier/">pareto_frontier</a>, <a href="/recipes/tags/pareto_set/">pareto_set</a>).
</p>
<p>Function for finding a 2D <a href="http://en.wikipedia.org/wiki/Pareto_efficiency#Use_in_engineering">Pareto frontier</a> given two lists of matched length.</p>