Skip to content

Commit

Permalink
Update blackhole.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 4, 2023
1 parent a9c3d3d commit b9b5008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/showcase/blackhole.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Training uses the BFGS optimizers. This seems to give good results because the

```@example ude
​NN_params = NN_params .* 0 + Float64(1e-4) * randn(StableRNG(2031), eltype(NN_params), size(NN_params))
adtype = Optimization.AutoZygote()
optf = Optimization.OptimizationFunction((x, p) -> loss(x), adtype)
optprob = Optimization.OptimizationProblem(optf, ComponentVector{Float64}(NN_params))
Expand Down

0 comments on commit b9b5008

Please sign in to comment.