Add genann-weights, ensure bounds for ref/set
Merge github.com:codeplea/genann
Add optimization flags back
increased training loops to 500
Merge pull request #44 from timgates42/bugfix_typo_optimization
docs: fix simple typo, optimizion -> optimization
docs: fix simple typo, optimizion -> optimization
There is a small typo in README.md.
Should read `optimization` rather than `optimizion`.
Merge pull request #43 from codeplea/doc_c99
update doc to specify C99
update doc to specify C99
Merge pull request #1 from sjamaan/master
Fix genann build for CHICKEN 5.2.0
Include the source file instead of relying on the c-objects option.
This ensures the egg will work in CHICKEN 5.0.0 and 5.1.0 as well.
With 5.1.0, the c-object option should work, but due to another bug,
the egg would fail with a -fPIC warning. See
https://bugs.call-cc.org/ticket/1659 for more information.
Fix build for CHICKEN 5.2.0
Adding a C source file to the command line doesn't work as expected,
instead the c-object option should be used, as described in
https://bugs.call-cc.org/ticket/1655
Add comments to scheme examples
Add wiki page, use genann-copy* in example2
Add genann-init* and genann-copy*