Ticket #29: arend_7_7.3c-ineffective_owl_attack_revision.diff

File arend_7_7.3c-ineffective_owl_attack_revision.diff, 0.7 kB (added by arend, 3 years ago)

minor ineffective owl attack logic revision

  • engine/value_moves.c

    RCS file: /cvsroot/gnugo/gnugo/engine/value_moves.c,v
    retrieving revision 1.152
    diff -u -p -r1.152 value_moves.c
     
    23032302           || move_reasons[r].type == OWL_ATTACK_MOVE_BAD_KO) 
    23042303          && dragon[aa].size == worm[aa].size 
    23052304          && worm[aa].attack_codes[0] == WIN 
     2305          && worm[aa].defense_codes[0] != 0 
    23062306          && attack_move_reason_known(pos, aa) != WIN) { 
    23072307        if (large_scale) 
    23082308          this_value = (2.0 + 0.05 * (2 * worm[aa].effective_size));