Ticket #173 (new enhancement)

Opened 1 year ago

Last modified 3 weeks ago

get_lively_stones and estimate_strategical_value upgrade

Reported by: draqo Assigned to: gnugo
Priority: normal Milestone: 3.7.13
Component: source Version:
Severity: normal Keywords: get_lively_stones estimate_strategical_value
Cc: patch: 1

Description

I upgraded get_lively_stones to be consistent (!attack() and does_defend()==WIN). After this influence function changed, when there was ko situations and I found an easy repair for it (which was upgrade, too). After these changes regression is:

PASSED - viking:1, trevorc:410, strategy5:295, ninestones:340, thrash:26, 9x9:300, 9x9:640

also one FAIL, which I had because of previous changes got repaired and is now passed - 13x13:64

and there is only one FAIL - nngs:700

Attachments

lively_stones.patch (3.9 kB) - added by draqo on 03/15/07 11:01:48.
lively-stones-2.diff (2.9 kB) - added by arend on 04/25/07 01:32:44.
This is the same patch, just rediffed.
lively-stones-2a.diff (1.7 kB) - added by gunnar on 04/19/08 20:17:51.
First half of the patch.
lively-stones-2b.diff (1.2 kB) - added by gunnar on 04/19/08 20:18:05.
Second half of the patch.

Change History

03/15/07 11:01:48 changed by draqo

  • attachment lively_stones.patch added.

04/25/07 01:32:44 changed by arend

  • attachment lively-stones-2.diff added.

This is the same patch, just rediffed.

10/24/07 21:19:45 changed by gunnar

  • milestone changed from 3.7.11 to 3.7.12.

03/29/08 23:35:51 changed by gunnar

  • milestone changed from 3.7.12 to 3.7.13.

04/19/08 20:17:51 changed by gunnar

  • attachment lively-stones-2a.diff added.

First half of the patch.

04/19/08 20:18:05 changed by gunnar

  • attachment lively-stones-2b.diff added.

Second half of the patch.

04/19/08 20:20:49 changed by gunnar

Try to split this patch into two to see the effects of the separate parts of the patch.