Tag Archives: java
Traveling Salesman Attack! (Hadoop and Genetic Algorithms)
For one of my “coffee projects” (things I work on for about 20-30 minutes each morning to warm my brain up and stay amused), I wrote a genetic algorithm attack on the Traveling Salesman problem. Because I’m a Big Data … Continue reading
Posted in hadoop, Java, Just for Kicks
Tagged genetic algorithms, hadoop, java, traveling salesman
Leave a comment
Playing with JRuby, Part 1
As part of a new project, I’m experimenting with JRuby, to see (a) if the alleged performance gains are all that and (b) see how far the Java integration – especially interface implementation – can be pushed. On the performance … Continue reading