Ticket #29022

mk_rateの安定性向上

Date d'ouverture: 2012-07-18 00:20 Dernière mise à jour: 2012-07-18 01:21

Rapporteur:
Propriétaire:
(Aucun)
Type:
État:
Ouvert
Composant:
(Aucun)
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Aucun
Fichier:
Aucun

Détails

安定してレート算出できるように、あらかじめ0.01勝(0.01負)を割り当てておく。

% diff -u mk_rate-from-grep.org
mk_rate-from-grep
--- mk_rate-from-grep.org       2012-07-13 11:31:03.000000000 +0900
+++ mk_rate-from-grep   2012-07-13 11:47:28.000000000 +0900
@@ -560,7 +560,7 @@
               0
             else
               p2 = @keys.index(keys[j])
-              @matrix[p1,p2]
+              @matrix[p1,p2] + 0.01
             end
           end)
         end)]

Ticket History (3/4 Histories)

2012-07-18 00:20 Updated by: beatles
  • New Ticket "mk_rateの安定性向上" created
2012-07-18 00:21 Updated by: beatles
  • Details Updated
  • Propriétaire Update from (Aucun) to beatles
2012-07-18 00:22 Updated by: beatles
  • Type Update from Bogues to Patches
2012-07-18 01:21 Updated by: tkaneko
  • Propriétaire Update from beatles to (Aucun)
Commentaire

1/10にして0.001の方が良いかもしれないので、量は引数にしてもらえると嬉しいです。 あと、架空の勝敗は --fixed-rate-player とだけの方が良いかもしれないです。

Attachment File List

No attachments

Modifier

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Connexion