fix: update error value (#97)

This commit is contained in:
fateshelled 2024-12-30 05:23:05 +09:00 committed by GitHub
parent 8e665814a9
commit 13e0a75cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {