Virtual Search Spaces
- The place to shoot from space is virtual.
- (The navigation in a game is also virtual, but has a direct correlation
with physical reality.)
- A lot of problems can be broken down into these virtual search
spaces.
- Once you've done that, you can start to apply a wide range of
search algorithms.
- Some may be more important than others.
- See the Search
Algorithm wiki on virtual search spaces.
- Classes of problems include constraint satisfaction and
game theory.
- This also directly links to optimzation.