sakurapyon’s blog

sakurapyon’s blog

2013-04-12から1日間の記事一覧

静止探索のオーダリング

MVV/LVAやSEEではなく History順にスコアリングしている。それでいいのか… template<> void MovePicker::score<QUIETS>() { Move m; for (MoveStack* it = moves; it != end; ++it) { m = it->move; it->score = Hist[pos.piece_moved(m)][to_sq(m)]; } }https://git</quiets>…

gps500が居なくなってる

昨日のu-tokyoのネットワークトラブル以降、gps500の姿を見かけない。Gasyouも同じタイミングで行方不明。 TCP KeepAliveあたりかなあ。sakurapyonも実装しなきゃだわ。TCP/IPの通信の切断検知 - 揮発性のメモ