You know, the optimization technique where you make lots of little local optimizations one after another. This works great for simple problems, but can easily lead to sub-optimal solutions to most real-world problems. ---- CategoryRealWorld