We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8853131 commit 5213808Copy full SHA for 5213808
src/nls/counters.jl
@@ -57,7 +57,7 @@ for counter in fieldnames(NLSCounters)
57
counter == :counters && continue
58
@eval begin
59
"""
60
- $($counter)(nlp)
+ $($counter)(nlp)
61
62
Get the number of `$(split("$($counter)", "_")[2])` evaluations.
63
0 commit comments