Lines Matching refs:weighting

50     fcs_soft_thread *const soft_thread, fcs_state_weighting *const weighting)  in fc_solve_initialize_befs_rater()  argument
53 weighting->befs_weights.weights; in fc_solve_initialize_befs_rater()
82 num_cards_out_lookup_table, weighting->num_cards_out_lookup_table); in fc_solve_initialize_befs_rater()
88 weighting->max_sequence_move_factor = in fc_solve_initialize_befs_rater()
97 weighting->cards_under_sequences_factor = in fc_solve_initialize_befs_rater()
101 weighting->seqs_over_renegade_cards_factor = in fc_solve_initialize_befs_rater()
105 weighting->depth_factor = W(FCS_BEFS_WEIGHT_DEPTH) / BEFS_MAX_DEPTH; in fc_solve_initialize_befs_rater()
107 weighting->num_cards_not_on_parents_factor = in fc_solve_initialize_befs_rater()
110 weighting->should_go_over_stacks = in fc_solve_initialize_befs_rater()
111 ((bool)weighting->max_sequence_move_factor || in fc_solve_initialize_befs_rater()
112 (bool)weighting->cards_under_sequences_factor || in fc_solve_initialize_befs_rater()
113 (bool)weighting->seqs_over_renegade_cards_factor); in fc_solve_initialize_befs_rater()
176 const fcs_state_weighting *const weighting, const fcs_state *const state, in befs_rate_state() argument
199 (max(0, negated_depth) * weighting->depth_factor); in befs_rate_state()
202 num_cards_out_lookup_table, weighting->num_cards_out_lookup_table); in befs_rate_state()
214 if (weighting->should_go_over_stacks) in befs_rate_state()
254 sum += ((CALC_VACANCY_VAL() * weighting->max_sequence_move_factor) + in befs_rate_state()
257 weighting->cards_under_sequences_factor) + in befs_rate_state()
259 weighting->seqs_over_renegade_cards_factor)); in befs_rate_state()
263 weighting->num_cards_not_on_parents_factor; in befs_rate_state()