feat: Add references to papers that use a problem#193
Open
olafmersmann wants to merge 2 commits into
Open
Conversation
kvdblom
reviewed
Jun 30, 2026
kvdblom
left a comment
Collaborator
There was a problem hiding this comment.
Minor comments only. If we want to make changes based on them, we can do that in new issues.
Ready to merge once decisions (and possible new issues) are made.
| title="Pareto Set Characterization in Constrained Multiobjective Optimization and the COBI Problem Generator", | ||
| authors=["Anne Auger", "Dimo Brockhoff", "Luka Opravš", "Tea Tušar"], | ||
| link={"type": "arxiv", "url": "https://arxiv.org/abs/2604.09131"}, | ||
| type="definition" |
Collaborator
There was a problem hiding this comment.
Could it be two (or more?) types? Like we define the problem in the paper, and use it to compare some algorithms? And if so, is that interesting enough that we would want to be able to indicate both types here?
| - dim: | ||
| max: null | ||
| min: 1 | ||
| type: categorical |
Collaborator
There was a problem hiding this comment.
Just a reminder that the non-deterministic ordering for these generated files is very annoying when reviewing. We should (somewhat) prioritise fixing that. (We should make a new issue for that if we don't have one yet.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a
typefield to references which can take the following values:"definition": Defines or introduces a new thing (problem, algorithm, features, ...)"use": Uses a problem"critique": Discussed the suitability of a problem for some task or fieldUpdates the examples in the
examples/subdirectory andproblems.yamlaccordingly.