We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5779011 commit 59ab4d3Copy full SHA for 59ab4d3
pygsti/optimize/simplerlm.py
@@ -598,10 +598,8 @@ def simplish_leastsq(
598
mu, nu = (tau * max_jtj_diag, 2) if init_munu == 'auto' else init_munu
599
best_x_state = (mu, nu, norm_f, f.copy())
600
601
- ___temp = 0
602
#determing increment using adaptive damping
603
while True: # inner loop
604
- ___temp += 1
605
if profiler: profiler.memory_check("simplish_leastsq: begin inner iter")
606
607
# ok if assume fine-param-proc.size == 1 (otherwise need to sync setting local JTJ)
0 commit comments