GetEnergyScore and GetScore returning same value in exploration puzzle

Started by pauldunn

pauldunn Lv 1

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?

pauldunn Lv 1

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?

pauldunn Lv 1

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