Run2 pareto optimization
Identifying the Pareto frontier for a set of results, efficient implementation.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_pareto-optimizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.3 KB, 57 tokens by cl100k_base, as published. Nobody here has run it
Logic
- Compare each point with all others in O(N^2) complexity.
- Ensure the condition covers all edge cases (e.g., F1=F1 and delta=delta).
- The result of a Pareto frontier search should include unique points.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.