Skip to main content

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
AlphaPPPConfigAlgorithm parameters for Alpha+++
absolute_df_clean_thresh*:u64Absolute threshold for weighted DFG cleaning
balance_thresh*:f32Balance threshold (for filtering place candidates)
fitness_thresh*:f32Fitness threshold (for filtering place candidates)
log_repair_loop_df_thresh_rel*:f32Log repair threshold for loops (wrt. to weighted DFG)
log_repair_skip_df_thresh_rel*:f32Log repair threshold for skips (wrt. to weighted DFG)
relative_df_clean_thresh*:f32Relative threshold for weighted DFG cleaning
replay_thresh*:f32Replay 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
}

Functions Accepting This Type(1)