
Program:    PDA32 - Perceptron Demonstration Application
Author:     James Matthews
Date:       9/5/2000
Version:    1.3

===============================
       V e r s i o n s
===============================

v1.3
- The line drawing doesn't snap to integers now.
- Biases and weights are reset upon training - this means that weird
  weights aren't found (since training would start using biases from last
  tested data set!).

v1.2
- Fixed long standing bug - there were about 3-4 little bugs contributing
  to the overall disaster. The program now works perfectly.
- Added a data combo box. Data files now have a .pda extension, simple add a
  data file into the same directory as the program with a .pda extension and
  start PDA32, then select the file.
- Improved drawing code a little.
- Added an example of non-linear separable data (XOR truth table).

v1.1
- Partially fixed the line drawing bug.

v1.0
- First public release.
