I
inocente
Guest
Unlikely. A brute force strategy enumerates through every possibility before selecting a solution. For example, in chess a brute force program evaluates every possible move by scoring every possible reply, then scoring every reply to every reply, and so on for many moves ahead. The human brain is too slow and error prone for that.What it tells us that what we call “intuition” is actually a “brute force” method, hidden deep down in the sub-conscious.
Intuition is the opposite strategy. Rather than methodically trying for the most correct decision, it uses past experience to make quick and dirty shortcuts based on probabilities.
We can see why intuition would evolve to aid survival while brute force didn’t. When hunting a deer, intuition gives us a hunch of how best to get close enough. Sometimes it works, sometimes not. But anyone who instead relied on brute force algorithms to catch their dinner would never survive to pass on their genes, as the deer would always be long gone before they finished methodically thinking through all the possibilities.