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 580083e commit a3e0bfbCopy full SHA for a3e0bfb
engine/sim/sim.cpp
@@ -2303,7 +2303,7 @@ void sim_t::analyze_error()
2303
// Update best uncertainty window if shrunk
2304
if ( s.select_error( abs_error, current_standard_error ) < s.best_error )
2305
{
2306
- s.best_error = s.select_error( abs_error, std_error );
+ s.best_error = s.select_error( abs_error, current_standard_error );
2307
s.best_mean = current_mean;
2308
s.best_iterations = n_iterations;
2309
}
0 commit comments