AlphaPPPConfig
Algorithm parameters for Alpha+++
Used as Input
1
function accept this type
Used as Output
0
functions return this type
Type Definition
7 nested items
AlphaPPPConfig— Algorithm parameters for Alpha+++
absolute_df_clean_thresh*:u64— Absolute threshold for weighted DFG cleaning
balance_thresh*:f32— Balance threshold (for filtering place candidates)
fitness_thresh*:f32— Fitness threshold (for filtering place candidates)
log_repair_loop_df_thresh_rel*:f32— Log repair threshold for loops (wrt. to weighted DFG)
log_repair_skip_df_thresh_rel*:f32— Log repair threshold for skips (wrt. to weighted DFG)
relative_df_clean_thresh*:f32— Relative threshold for weighted DFG cleaning
replay_thresh*:f32— Replay threshold (for filtering place candidates)
Example JSON Value
{
"absolute_df_clean_thresh": 1,
"balance_thresh": 0.2,
"fitness_thresh": 0.2,
"log_repair_loop_df_thresh_rel": 0.2,
"log_repair_skip_df_thresh_rel": 0.2,
"relative_df_clean_thresh": 0.2,
"replay_thresh": 0.2
}