Skip to content

Commit

Permalink
Update classification.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 11, 2024
1 parent 04ac85b commit 4bc6b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classification.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Returns a subset of the CUTEst problems using the classification file `classf.js
- `only_*` flags are self-explaining. Note that they appear in conflicting pairs. Both can be false, but only one can be true.
- `objtype` is the classification of the objective function according to the [MASTSIF classification](https://www.cuter.rl.ac.uk/Problems/classification.shtml). It can be a number, a symbol, a string, or an array of those.
- `objtype` is the classification of the objective function according to the [MASTSIF classification](https://ralna.github.io/SIFDecode/html/classification/). It can be a number, a symbol, a string, or an array of those.
- `1`, `:none` or `"none"` means there is no objective function;
- `2`, `:constant` or `"constant"` means the objective function is a constant;
- `3`, `:linear` or `"linear"` means the objective function is a linear functional;
Expand Down

0 comments on commit 4bc6b91

Please sign in to comment.