Engine prototype #13

Merged
glen merged 133 commits from engine-proto into main 2024-10-21 03:18:48 +00:00
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