GetEnergyScore and GetScore returning same value in exploration puzzle

Case number:954892-990157
Topic:Developer Preview
Opened by:pauldunn
Status:Closed
Assigned:jflat06
Priority:1-High
Type:Bug
Opened on:Thursday, August 11, 2011 - 04:03
Last modified:Thursday, September 1, 2011 - 02:09

I'm testing a recipe on the new V2 development on exploration puzzle 424. When I run these commands:

print(current.GetEnergyScore())
print(current.GetScore())
print(current.GetExplorationMultiplier())

I get:

5633.8244305225
5633.8244305225
2.855237871494

Shouldn't the current.GetScore() command return the exploration multiplier times the energy score?

(Thu, 08/11/2011 - 04:03  |  5 comments)


Joined: 04/22/2011

Same there in beta "exploration puzzle version 2"

Joined: 06/17/2010
Status: Done » Open

Intro puzzle fixed, but this error still occurs.

pauldunn's picture
User offline. Last seen 9 hours 18 min ago. Offline
Joined: 09/20/2010
Groups: Go Science
Priority: 3 » 1-High

I'm testing a recipe using beta on exploration the new exploration puzzle 449. When I run these commands:

print(current.GetEnergyScore())
print(current.GetScore())
print(current.GetExplorationMultiplier())

I get:

10051.009451857
10051.009451857
2.7682100930457

Shouldn't the current.GetScore() command return the exploration multiplier times the energy score?

Joined: 05/09/2008
Groups: None
Assigned: Anonymous » jflat06

assigning...

pauldunn's picture
User offline. Last seen 9 hours 18 min ago. Offline
Joined: 09/20/2010
Groups: Go Science
Status: Open » Closed

Appears to be fixed with the latest code update on August 31st, 2011. Tested it on 453 CASP9.

print(current.GetEnergyScore())
print(current.GetScore())

10256.909876081
30758.210435161

Sitemap

Supported by: UW Center for Game Science, UW Department of Computer Science and Engineering, UW Baker Lab, DARPA, NSF, HHMI, Microsoft, and Adobe