mannyzhou5 / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

getSumStuff() ignored requiredBases #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The previous ticket about this was closed for some reason, but the title should 
speak for itself.  Since collapseWaypoints() checks getSumStuff(), the effect 
is that any waypoint with *only* a required bases field will be treated as if 
it were an empty waypoint.

The problem is on EcState.java:528.  "hatcheries" should be changed to 
"requiredBases".

appendBuildStuff() should probably be updated as well, but it's unclear how to 
best make the information consistent between the two uses of this method, one 
for final states and one for goal states.

Original issue reported on code.google.com by adud...@gmail.com on 8 Nov 2010 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by AudioL...@gmail.com on 8 Nov 2010 at 5:59