~mwshinn/+junk/neural

« back to all changes in this revision

Viewing changes to src/neural.h

  • Committer: Max Shinn
  • Date: 2012-11-22 22:50:42 UTC
  • Revision ID: trombonechamp@gmail.com-20121122225042-gxcmjuh4lt3qp242
Noise and the population/organisms bug.  Also, documented neural.c in notes format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
  real      wbeta;                 // Weight beta --- exponent.
270
270
  bool      costonb;               // TRUE to include B when calculating alpha/beta cost.
271
271
 
 
272
  real      sigma;                 // If non-zero, add noise to training sets with stdv=sigma
 
273
 
272
274
  char      *outfile;              // The file to which data is written.
273
275
}
274
276
Config;