We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911f3f3 commit d01edb3Copy full SHA for d01edb3
1 file changed
docs/src/contributing.md
@@ -105,7 +105,6 @@ For least-squares problems, you may also run the same check with `problem_name(u
105
### Nonlinear Least Squares (NLS) Problems
106
107
If your problem is a nonlinear least squares (NLS), please follow these guidelines:
108
-* Use `ADNLSModels` for the ADNLPProblems implementation (see [ADNLPModels.jl documentation](https://jso.dev/ADNLPModels.jl/stable/)).
109
* Set the `:objtype` entry in the meta file to `:least_squares`.
110
* Add a getter for the number of NLS equations, named `get_problemname_nls_nequ`.
111
* Support the `use_nls=true/false` keyword to allow both `ADNLPModel` and `ADNLSModel` instantiation from the same problem.
0 commit comments