Draft template based on new schema#166
Open
Dvermetten wants to merge 1 commit intopush-zmvqzzrwnlupfrom
Open
Conversation
kvdblom
reviewed
Apr 21, 2026
| max: 5 | ||
| objectives: # For objectives, also indicate the number, either as an integer, list or range | ||
| - 1 | ||
| constraints: #constraints refers to hard constrains (violations don't have a true fitness value) |
Collaborator
There was a problem hiding this comment.
If we make this distinction I would just call this hard_constraints explicitly, to match with soft_constraints
| - 1 | ||
| constraints: #constraints refers to hard constrains (violations don't have a true fitness value) | ||
| #Similar to variables, specify for each type of constraints the number, list, or a range. | ||
| box: 1 |
Collaborator
There was a problem hiding this comment.
It would be nice to have an easy way to say all variables are box constrained
| max: 5 | ||
| objectives: # For objectives, also indicate the number, either as an integer, list or range | ||
| - 1 | ||
| constraints: #constraints refers to hard constrains (violations don't have a true fitness value) |
Collaborator
There was a problem hiding this comment.
How can I specify that constraints are equality or inequality?
| can_evaluate_objectives_independently: yes / no / some # Can objective functions be evaluated independently of each other yes, no or some | ||
| code_examples: null #Link to a code example in the OPL repository | ||
| description: lorem ipsum #Textual description of the problem/suite/generator | ||
| dynamic_type: null #If the problem is dynamic, specify the type of dynamics. If not, enter null. |
Collaborator
There was a problem hiding this comment.
It would be good to be able to distinguish between an explicit 'no' there are no dynamic properties, and 'unknown' (whoever added it does not know, if someone knows they should update it).
kvdblom
reviewed
Apr 21, 2026
| dynamic_type: null #If the problem is dynamic, specify the type of dynamics. If not, enter null. | ||
| fidelity_levels: 1 #Number of fidelity levels, if applicable. If not, enter 1. | ||
| modality: null #list of modalities (e.g. unimodal, multimodal) | ||
| noise_type: null #type of noise (e.g. additive, multiplicative, heteroscedastic) |
Collaborator
There was a problem hiding this comment.
Same as for dynamic, an explicit no / unknown would be nice
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.
No description provided.