Objective-C implementation of the Golden Section Search using blocks.

Blocks are a powerful feature of Objective-C and are easy to use once you get your head around them. They are very useful in scenarios where you want to pass a function as a parameter to another function like a Golden Section Search.

Read More