Skip to content

Commit 02f120d

Browse files
remove regularization in TR quadratic model
1 parent 1c169e0 commit 02f120d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TR_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function TRSolver(
7070
shifted(reg_nlp.h, xk, T(1), χ)
7171

7272
Bk = hess_op(reg_nlp, xk)
73-
sub_nlp = QuadraticModel(∇fk, Bk, σ = T(1), x0 = x0)
73+
sub_nlp = QuadraticModel(∇fk, Bk, x0 = x0)
7474
subpb = RegularizedNLPModel(sub_nlp, ψ)
7575
substats = RegularizedExecutionStats(subpb)
7676
subsolver = subsolver(subpb)

0 commit comments

Comments
 (0)