bryanlcampbell.com

Using genetic algorithms can be easy. Anyone can write a problem to be solved somewhat randomly through generations of candidates producing the most fit through crossing and mutations. However, I don't see any articles about writing them effectively. I have a process t... Continue Reading

If you happen to develop in Java, you should really look at Scala if you haven't already. As you may know, Scala compiles into java bytecode with a JVM and works almost seemlessly with Java and vice-versa. Like any language there are strengths and weaknesses (sometimes ... Continue Reading