library of algorithms
May. 10th, 2007 08:58 pmMy causal graphs project involves complex algorithms built on top of complex algorithms.
I've chosen to import libraries for FastICA (570 lines) and for the Hungarian algorithm (600 lines).
I wish I had a library that offered a way to automatically select (and adapt) the best algorithm for my data set.
I'd like to see a program that automatically adaptivizes algorithms, given a set of instances.
I've chosen to import libraries for FastICA (570 lines) and for the Hungarian algorithm (600 lines).
I wish I had a library that offered a way to automatically select (and adapt) the best algorithm for my data set.
I'd like to see a program that automatically adaptivizes algorithms, given a set of instances.