Tricky SQL Server decimal math

SQL Server datatypes are not always what they seem to be. Martin Schmidt recently had an interesting blog post (in danish) regarding implicit decimal conversion that sparked my interest.

Read the complete 5407 bytes...

Digg it | Kick it | Dzone it | Reddit


Evolution of the simple genetic algorithm

Based on my previous post on how to implement a simple genetic algorithm, I got some great comments pointing out that the algorithm might not be the most pure form of a genetic algorithm. I won't disagree, though I will point out that evolution also does occur due to mutation alone, so genetic algorithms may come in different forms.

Read the complete 6354 bytes...

Digg it | Kick it | Dzone it | Reddit