minustehbare / CSE4705_final

Game of the Amazons AI for final project.
2 stars 0 forks source link

Queens #4

Closed Dr-Steve closed 13 years ago

Dr-Steve commented 13 years ago

Where are the queens going to be represented? Are you going to through them in the Partitions, or is it going to be the AI's responsibility to save them. I saw that NodeState knows about queens, but it doesn't make sense for me to go through all nodes in a partition to find out where the queens are.

Dr-Steve commented 13 years ago

Just pulled and saw you beat me to this one. -Closed

searing commented 13 years ago

Just to clarify - the current implementation of the get(Black/White)Queens() is inefficient. I will be caching the location of the queens on-demand.