Skip to content

Commit

Permalink
Per #2147, just changing code comments to indicate that the hss_ec_va…
Browse files Browse the repository at this point in the history
…lue no longer only applies to MCTS output.
  • Loading branch information
JohnHalleyGotway committed May 25, 2022
1 parent 4fcd108 commit ce5cddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libcode/vx_analysis_util/stat_job.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class STATAnalysisJob {
double ss_index_vld_thresh;

//
// MCTS HSS Expected Correct rate
// HSS Expected Correct rate
//
double hss_ec_value;

Expand Down
2 changes: 1 addition & 1 deletion src/tools/core/grid_stat/grid_stat_conf_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class GridStatVxOpt {
double zhu_weight; // Zhu Weight
UserFunc_1Arg beta_value_fx; // G-Beta Value Function

double hss_ec_value; // MCTS HSS expected correct value
double hss_ec_value; // HSS expected correct value
bool rank_corr_flag; // Flag for computing rank correlations

// Output file options
Expand Down
2 changes: 1 addition & 1 deletion src/tools/core/point_stat/point_stat_conf_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class PointStatVxOpt {
InterpInfo interp_info; // Interpolation information
HiRAInfo hira_info; // HiRA verification logic

double hss_ec_value; // MCTS HSS expected correct value
double hss_ec_value; // HSS expected correct value
bool rank_corr_flag; // Flag for computing rank correlations

StringArray msg_typ; // Array of message types
Expand Down
2 changes: 1 addition & 1 deletion src/tools/core/series_analysis/series_analysis_conf_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class SeriesAnalysisConfInfo {

int block_size; // Number of grid points to read concurrently
double vld_data_thresh; // Minimum valid data ratio for each point
double hss_ec_value; // MCTS HSS expected correct value
double hss_ec_value; // HSS expected correct value
bool rank_corr_flag; // Flag for computing rank correlations

ConcatString tmp_dir; // Directory for temporary files
Expand Down

0 comments on commit ce5cddd

Please sign in to comment.