Commit message that should have been in previous commit follows:
Version 2.2.0 is backwards compatible and adds the following new
features:
Added Sarprop training
Added fann_create_train for creating an empty training data struct
Added fann_copy for copying an ANN
Added cascade_min_out_epochs and cascade_min_cand_epochs to
improve cascade training
Added extra checks when training, to ensure that data and network
input and output sizes matches
Added Visual Studio 2010 solution
Added support for 64bit architecture
Cleanup in sources
Moved source from CVS to GIT
artificial neural networks in C with support for both fully connected
and sparsely connected networks. Cross-platform execution in both
fixed and floating point are supported. It includes a framework for
easy handling of training data sets. It is easy to use, versatile,
well documented, and fast. Bindings to other programming languages
and a GUI are also available.