Welcome to Atalasoft Community Sign in | Help

Browse by Tags

All Tags » functional architecture   (RSS)
Recently I’ve been working with some local search techniques and wanted to share my Steepest Ascent Hill Climbing solution. The general idea of Steepest Ascent Hill Climbing is that in each iteration of the hill climbing process you apply a set of transforms Read More...
So you have an Object Oriented library but yet want to be able to use F#’s functional pipelining feature to design expressive data processing workflows.  How do you go about it? First, lets set a goal.  Some low hanging fruit so to speak.  Read More...