Skip to content

Tags: GerHobbelt/fann

Tags

2021-03-14-reformat_src_google_style

Toggle 2021-03-14-reformat_src_google_style's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libfann#126 from bukka/format_clang_google

Format code using clang-format Google style

v2021.2.21

Toggle v2021.2.21's commit message
Ignore testing files

2018-06-11-removed_binary_files

Toggle 2018-06-11-removed_binary_files's commit message
removed binary files

2018-05-19-first_commit_after_2017_hiatus

Toggle 2018-05-19-first_commit_after_2017_hiatus's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libfann#68 from NathanEpstein/master

fix typo in the readme

v2016.10.13

Toggle v2016.10.13's commit message
Fix "header not found" errors when building from subdirectory

v0.1.7

Toggle v0.1.7's commit message
Forgot one example project that referenced a FANNCSharp.Double.dll. S…

…hould build successfully on all configs and platforms on appveyor now.

v0.1.6

Toggle v0.1.6's commit message
Changed refererences in XorTest.csproj to point back to FANNCSharp.dll

v0.1.5

Toggle v0.1.5's commit message
Enumerators start before the first element. The recommended way of us…

…ing an Enumerator is with the foreach statement. Changed manual manipulation of Enumerator to a foreach statement. This fixes creating a NeuralNet from a connection rate and an ICollection of layers.

v0.1.3

Toggle v0.1.3's commit message
Starting fresh with a new appveyor.yml and new appveyor project

v0.1.2

Toggle v0.1.2's commit message
Added note to README.md to check out the releases page for the latest…

… release.