With the GA API slowly coming to fruition, the NN API wil soon need some attention. The NN API will cater for the following types of N architectures: feed-forward (fully or not fully connected), recursive, hierarchical and SOMs. The functionality required will be: construction of NNs from files (supplied by third party NN training software or our propietary format in XML), construction of NNs programmatically, network training and/or evaluation as individual runs or as batched simulations taking input either programmatically or from formatted input data files. I had started some coding but this need not be kept.