Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dlearn.c195 int worst_eval = 999999, worst_eval_p = 0; in LearnValue() local
239 if (book_learn_eval[i] < worst_eval) { in LearnValue()
240 worst_eval = book_learn_eval[i]; in LearnValue()
295 else if (worst_eval == worst_after_best_eval) { in LearnValue()
296 learn_value = worst_eval; in LearnValue()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/source/
H A Dutility.c294 double eval, worst_eval; in PGAGetWorstIndex() local
303 worst_eval = PGAGetEvaluation(ctx, 0, pop); in PGAGetWorstIndex()
308 if (eval < worst_eval) { in PGAGetWorstIndex()
310 worst_eval = eval; in PGAGetWorstIndex()
318 if (eval > worst_eval) { in PGAGetWorstIndex()
320 worst_eval = eval; in PGAGetWorstIndex()