A simple python code for minimize the Rosenbrock function.
The Rosenbrock's function of N variables,
The code is tested to work under Python 3.4.
The required dependencies to build the software are NumPy >= 1.6.2, SciPy >= 0.9 and a working C/C++ compiler.
To run just use::
python ./src/optmize_rosenbrock.py