fix: update error value

This commit is contained in:
fateshelled 2024-12-21 00:03:11 +09:00
parent 8e665814a9
commit 8ffb5b5e90
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ struct LevenbergMarquardtOptimizer {
result.T_target_source = new_T;
lambda /= lambda_factor;
success = true;
e = new_e;
break;
} else {