OptimizationProblems.jl icon indicating copy to clipboard operation
OptimizationProblems.jl copied to clipboard

Fix: Warn when Dimension is Modified on `NZF1` & `spmsrtls`

Open danphenderson opened this issue 1 year ago • 3 comments

Warn on invalid dimension for NZF1: ref #123

  • When a user specifies n < 26 they should receive a warning that the dimension is being adjusted. (As done with the dixmaan* problems)

Figure out what is going on with spmsrtls: It appears to only like dimension's greater than 100.. but the specified dimension is being modified slightly; users should be warned.

danphenderson avatar Dec 18 '24 02:12 danphenderson