jsvazic / double-fanucci-ga

Automatically exported from code.google.com/p/double-fanucci-ga
1 stars 0 forks source link

Stack miscalculation(?) #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running a deck?

What is the expected output? What do you see instead?
Mind: 100
  YADFC Says  Bug-6 Time-10 Time-5 Tops-2   
  Placing them in Zork gives 100 once you place the Time-5

What version of the product are you using? On what operating system?
2.3 / Linux

Please provide any additional information below.
I'm pretty sure I've seen it offer up three card solutions in the past...

Original issue reported on code.google.com by neri...@gmail.com on 27 Aug 2009 at 3:38

Attachments:

GoogleCodeExporter commented 9 years ago
The calculator will provide stacks that exceed 100.  The nature of the 
algorithm is not 
necessarily to find stacks of exactly 100, but as close to 100 as possible.  I 
suggest 
taking a look at the write up on the project wiki to get more info, since it is 
a 
concept that takes some time to get used to.  :-)

Technically there is nothing wrong here.  The calculator will always cap the 
total for 
each stack at 100, even if the stack exceeds 100, simply because that's what 
happens in 
LoZ.

Original comment by jsva...@gmail.com on 27 Aug 2009 at 3:46