Let's say you're trying to program an AI to play checkers. You want to be able to store memories of how the last game went, and you want the AI to think, "Hey, I remember seeing that strategy. This is what I can do that will most effectively beat it."
How in the world do you encode a memory? And don't say genetic algorithms, because that's definitely not the way.
How in the world do you encode a memory? And don't say genetic algorithms, because that's definitely not the way.