29Oct/101
Tutorial – Evolving Neural Networks with SharpNEAT 2 (Part 3)
In parts 1 and 2 of this tutorial series, we evolved neural networks using the standard NEAT algorithm. In part 3, we're going to use the HyperNEAT algorithm.
3Oct/104
A C# Blackjack Simulation Framework
Since I haven't had time to sit down and write new code lately, I decided to dig into the closet and start pulling out code that I've worked on but haven't released yet. Today's gem is a framework for simulating Blackjack (also known as 21) strategies.