Ticket #172 (new enhancement)
TRY_MOVES upgrade
| Reported by: | draqo | Owned by: | gnugo |
|---|---|---|---|
| Priority: | low | Milestone: | Future |
| Component: | source | Version: | |
| Severity: | minor | Keywords: | DEFEND_TRY_MOVES ATTACK_TRY_MOVES |
| Cc: | patch: | yes |
Description
Upgraded DEFEND_TRY_MOVES and ATTACK_TRY_MOVES to check if any of proposed moves is possible to make, when "(no_deep_branching) && stackp >= branch_depth" - not only first of them. If GnuGo? spends time to generate these moves, all of them should be checked by komaster_trymove.
Attachments
Regression Results
| Attachment | Rev. | PASS | FAIL | Nodes | Status | |
| read-trymoves.patch | 2381 | patch does not apply | details | |||
| 2382 | patch does not apply | details |
Change History
comment:1 Changed 5 years ago by draqo
Look for comment from 03/07/07 14:15:46 in ticket #148 for regression discussion of this ticket.
comment:2 follow-up: ↓ 3 Changed 5 years ago by arend
This patch doesn't seem to apply, or be relevant to the CVS version at all. Is this a patch on top of another patch?
comment:3 in reply to: ↑ 2 Changed 5 years ago by draqo
Replying to arend:
This patch doesn't seem to apply, or be relevant to the CVS version at all. Is this a patch on top of another patch?
Something like that. As you see in #148 patch I made a lot of changes. And couldn't make a different project for each change because organizing and working on it would be very difficult. So all changes were made succesively. That's why I post all-in-one patch. But you could work step by step, because I write in #148 an order of my work.

