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 0437f98 commit 8491504Copy full SHA for 8491504
src/algorithms/common.jl
@@ -83,7 +83,7 @@ function step(
83
if !isfinite(DiffResults.value(grad_buf))
84
throw(
85
ErrorException(
86
- "The objective value is $(DiffResults.value(grad_buf)). This indicates that the opitimization run diverged.",
+ "The objective value is $(DiffResults.value(grad_buf)). This indicates that the optimization run diverged.",
87
),
88
)
89
end
0 commit comments