Monthly Archives: November 2014

Research: Trying to Diversify

This week I tried to figure out why my algorithm wasn’t able to find a good solution, even after a million generations. After skimming over some of the writing on genetic algorithms, I came to the conclusion that my new generation selection phase … Continue reading

Posted in Uncategorized | Leave a comment

Research: Basic Code Profiling

This week I profiled my Python script in an attempt to find functions that could be optimized better. Following this simple tutorial, I ran cProfile on my code performing 100K generations and here are the results: http://pastebin.com/raw.php?i=6dWakQAL From this, I can see … Continue reading

Posted in Uncategorized | Leave a comment