~dieggsy/chicken-genann

Update source url
Add genann-weights, ensure bounds for ref/set
Rename wiki file
Merge github.com:codeplea/genann
Bump release
Add optimization flags back
4f722095 — Lewis Van Winkle 4 years ago
increased training loops to 500
07b29f93 — Lewis Van Winkle 4 years ago
Merge pull request #44 from timgates42/bugfix_typo_optimization

docs: fix simple typo, optimizion -> optimization
8ac633de — Tim Gates 4 years ago
docs: fix simple typo, optimizion -> optimization

There is a small typo in README.md.

Should read `optimization` rather than `optimizion`.
5e147c7e — Lewis Van Winkle 4 years ago
Merge pull request #43 from codeplea/doc_c99

update doc to specify C99
f6c22401 — Lewis Van Winkle 4 years ago
update doc to specify C99
750a1cdf — diego 4 years ago
Merge pull request #1 from sjamaan/master

Fix genann build for CHICKEN 5.2.0
5d1eef70 — Peter Bex 5 years ago
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.
cb653213 — Peter Bex 5 years ago
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
24ceb44c — dieggsy 5 years ago
Clean up wiki page a bit
19916f54 — dieggsy 5 years ago
Add comments to scheme examples
6d82a09a — dieggsy 5 years ago
Add wiki page, use genann-copy* in example2
c7f01aec — dieggsy 5 years ago 0.2.0
Bump release
6c5487ca — dieggsy 5 years ago
Add genann-init* and genann-copy*
b5e0e66d — dieggsy 5 years ago 0.1.0
Add .release-info file
Next