teaching machines

Brian’s Gaussian Pox (now with a title)

March 13, 2015 by . Filed under cs455, postmortems, spring 2015.

GaussianPoxScreenshot

This assignment was pretty cool. One of the few hurdle I had when creating the gaussian blobs was the file format. After messing around with the file format for a little while, and getting used to creating file in c++, I finally got a gaussian type picture. I have to admit that made me pretty happy to finally see something on the screen. Other than difficulties with the file, the only other issue I ran into was putting the energy equation into code. I messed up a few parenthesis so the picture turned out pretty strange at first. Once those issues were overcome the project was pretty straight forward. I had fun doing this assignment, on to the next one!