Skip to content

Commit

Permalink
Update solver_cg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus authored Jun 28, 2024
1 parent ec0ce85 commit 1eb6cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_euromir/solver_cg.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def callback(current):
# max_cg_iters=100,
disp=99,
return_all=False,
c1=1e-4, c2=0.1)
c1=1e-4, c2=0.9)
# breakpoint()
print(f'NEWTON-CG took {time.time() - start:.3f} seconds')
print(f'LOSS {separated_loss(result["x"]):.2e}')
Expand Down

0 comments on commit 1eb6cfa

Please sign in to comment.