Warning: session_start(): open(/var/lib/php/sessions/sess_1fpr492nbgpqld3pmovnvrnesf, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static F1 ai_executedRuleScorer() {
ret func(ExecutedRule r) -> Int {
int n = r.failureLevel();
if (n == 0)
ret nempty(n.output) ? 0 : nempty(n.facts) ? 1 : 2;
else
ret n < 0 ? 10 : Int.MAX_VALUE-n;
};
}