Engine prototype #13

Open
Vectornaut wants to merge 117 commits from engine-proto into main
Showing only changes of commit b185fd4b83 - Show all commits

View File

@ -303,7 +303,7 @@ function realize_gram_optim(
optimize(
loss, loss_grad!, loss_hess!,
reshape(guess, total_dim),
NewtonTrustRegion()
Newton()
)
end