This makes me think I should upload my random computational intelligence assignments and get sweet, delicious karma.<p>Edit: OK, I was a bit snarky, but I'm serious.<p>I see these things on HN all the time. These are, quite literally, undergraduate projects.<p>I don't see people upvoting "My First Stack" or "Check out this Pet Shop I wrote in J2EE". Computational intelligence is not some land of super wise geniuses that mere mortals cannot ascend to. It's all pretty straightforward.<p>Eg, my Ant Colony Optimiser for a Travelling Salesman Problem:<p><a href="https://github.com/jchester/ruby-ry48p-aco" rel="nofollow">https://github.com/jchester/ruby-ry48p-aco</a><p>and my Genetic Algorithm for optimising Ackley's Function:<p><a href="https://github.com/jchester/ruby-ackley-genetic-algorithm" rel="nofollow">https://github.com/jchester/ruby-ackley-genetic-algorithm</a>