Popular recipes tagged "pareto_set"http://code.activestate.com/recipes/tags/pareto_set/2012-10-13T23:26:12-07:00ActiveState Code RecipesMultidimensional Pareto front (Python) 2012-10-13T23:26:12-07:00Jamie Bullhttp://code.activestate.com/recipes/users/4183059/http://code.activestate.com/recipes/578287-multidimensional-pareto-front/ <p style="color: grey"> Python recipe 578287 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/">pareto</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>). Revision 2. </p> <p>Method for finding non-dominated options in multi-dimensional data.</p> Pareto 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>