Pareto function
Open
@apavlen is already working on this.
Since Sep 17, 2024.
documentation
question
- Dominant language
- Python
- Stars
- 12
- Forks
- 11
- Avg merge
- 7d 23h
- Merged PRs (30d)
- 3
Description
We need to explain a bit more on how we form the pareto curve. Some of it is in the paper and we can just move that text here.
- What is the
calculate_objectivefunction? - We are currently getting the "best" config by selecting what is closest to (0,0) on the
min_slackandmin_throttling. Yet we select the alphas at random. Is it possible to select one of the alphas to always be the 'best' config, or does that even make sense? - Why is the loop for 500 in paretofront2d? Does it need to be a function
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.