Home
last modified time | relevance | path

Searched refs:rating_ratio (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DProductionAI.py1382 rating_ratio = float(this_rating) / state.best_pilot_rating
1383 if rating_ratio < 0.1:
1388 rating_ratio = float(this_rating) / state.best_pilot_rating
1389 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)
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dcontrol.cpp788 static int SelectBestWords(double rating_ratio, double certainty_margin, bool debug, in SelectBestWords() argument
834 (!b_valid_permuter && n_valid_permuter && n_rating < b_rating * rating_ratio && in SelectBestWords()