Searched refs:rating_ratio (Results 1 – 2 of 2) sorted by relevance
1382 rating_ratio = float(this_rating) / state.best_pilot_rating1383 if rating_ratio < 0.1:1388 rating_ratio = float(this_rating) / state.best_pilot_rating1389 qualifier = "suboptimal " if rating_ratio < 1.0 else ""1390 …ilot Rating: %.1f; ratio to empire best is %.1f", loc, pname, qualifier, this_rating, rating_ratio)
788 static int SelectBestWords(double rating_ratio, double certainty_margin, bool debug, in SelectBestWords() argument834 (!b_valid_permuter && n_valid_permuter && n_rating < b_rating * rating_ratio && in SelectBestWords()