Ticket #66 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

--score estimate and --score finish don't understand --chinese-rules

Reported by: gunnar Owned by: gnugo
Priority: normal Milestone: 3.7.8
Component: source Version:
Severity: blocker Keywords:
Cc: patch: yes

Description

--score estimate and --score finish don't know how to compute an area score and disregards the --chinese-rules option. --score aftermath doesn't have this defect.

This can be traced to compute_scores() in genmove.c and then influence_score() in influence.c only caring about territory.

Attachments

arend_7_8.11-influence_score.and.chinese_rules Download (10.9 KB) - added by arend 6 years ago.
influence_score uses Chinese rules when chinese_rules==1 or when we are in aftermath

Regression Results

Attachment Rev. PASS FAIL Nodes Status

Change History

Changed 6 years ago by arend

influence_score uses Chinese rules when chinese_rules==1 or when we are in aftermath

comment:1 Changed 6 years ago by arend

See however #67.

comment:2 Changed 6 years ago by gunnar

  • patch set
  • Milestone changed from 3.8 to 3.7.8

The patch looks fine.

comment:3 Changed 6 years ago by arend

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.