I've read (for example, http://radagast.se/othello/Help/order.html) that searching on the best moves at each level first (which can be found using iterative deepening) makes the search go much faster.
How would one go about searching on the best moves possible without using too much additional memory and cpu time?