Monthly Archives: December 2013

Extend/Increase DiskSize in VirtualBox

If you already have a vdi file and you want to increase the size of the virtual disk, it is easy: 1 – you need to have VirtualBox and ExtensionPack installed (either on Linux or Windows). (download) 2- Go to … Continue reading

Posted in Linux, Python, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , | 1 Comment

Optimization in Python using Scipy – A Quick Example

to run this experiment you need to install numpy and scipy libraries. The code is written and tested in Python 2.7. It tries to find the minimum of the famous Rosen function. the initial guess is defined in a numpy … Continue reading

Posted in Linux, Optimization, programming, Python, Software | Tagged , , , , , , , , | Leave a comment