We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4dd14 commit bd87830Copy full SHA for bd87830
1 file changed
engine/sim/sim.cpp
@@ -2271,7 +2271,7 @@ void sim_t::analyze_error()
2271
// Update best uncertainty window if shrunk
2272
if ( s.select_error( abs_error, current_standard_error ) < s.best_error )
2273
{
2274
- s.best_error = s.select_error( abs_error, std_error );
+ s.best_error = s.select_error( abs_error, current_standard_error );
2275
s.best_mean = current_mean;
2276
s.best_iterations = n_iterations;
2277
}
0 commit comments