I had some time this weekend and discovered the magic that is pandoc, so I decided to convert the chapter on Genetic Algorithms over to my blog for easier reading. There may be some odd formatting due to the conversion, and my quick hand fixes. Please keep in mind that this intr ...
Posts and projects tagged with genetic algorithms
-
2014-08-23
-
archive
The first version of Genetik was designed for genetic programming as well as genetic algorithms. Genetic programming evolves programs rather than simple data. Rather than trying to manipulate a syntax tree, i thought it would be interesting to manipulate a stack-based language. T ...
-
2011
In 2004 I returned to graduate school at the University of Michigan. My PhD in the nuclear engineering department focused on using genetic algorithms to design radiation shields and a new method of genetic algorithms called multi-grid genetic algorithms which improves the perform ...
-
2004 - 2011
Genetik is a set of Java libraries I wrote to explore optimization techniques for my dissertation at the University of Michigan. The primary goal of Genetik was to provide an extensible library for exploring optimization routines, especially GA, for nuclear engineering problems. ...