Skip to content

Commit 8c40315

Browse files
authored
Update newton_trust_region.jl
1 parent d2071a1 commit 8c40315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multivariate/solvers/second_order/newton_trust_region.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ mutable struct NewtonTrustRegionState{Tx,T,Tg,TH} <: AbstractOptimizerState
312312
f_x_previous::T
313313
s::Tx
314314
x_cache::Tx
315-
g_cache::G
315+
g_cache::Tg
316316
hard_case::Bool
317317
reached_subproblem_solution::Bool
318318
interior::Bool

0 commit comments

Comments
 (0)