Ticket #163: upgrade.patch

File upgrade.patch, 0.9 KB (added by draqo, 3 years ago)

Small upgrade - and added another correct move in one test (it showed during work on owl)

  • engine/owl.c

    diff -N -r -u -X .ignore gnugo-copy/engine/owl.c gnugo/engine/owl.c
    old new  
    910910      shape_offensive_moves[0].pos = 0; 
    911911 
    912912    /* Filter out moves, which fills our eye (and not split it). */ 
    913     if (eyemax_a == 1) { 
     913    if (eyemax_a) { 
    914914      int n; 
    915915      struct owl_move_data *checked_moves; 
    916916 
  • regression/strategy2.tst

    diff -N -r -u -X .ignore gnugo-copy/regression/strategy2.tst gnugo/regression/strategy2.tst
    old new  
    162162# This is essentially a semeai problem 
    163163loadsgf games/strategy22.sgf 
    16416480 reg_genmove white 
    165 #? [P4|Q4|Q3|S8] 
     165#? [P4|Q4|Q3|S8|R6] 
    166166 
    167167# Looks to me like B12 is also effective, although much more 
    168168# complicated. /gf