This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
mirror
/
genann
mirror of
https://github.com/codeplea/genann
Watch
2
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
make runs check by default
pull/36/head
Lewis Van Winkle
2 years ago
parent
94e22d4e06
commit
7cb7557668
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -1,7 +1,7 @@
CFLAGS
=
-Wall -Wshadow -O3 -g -march
=
native
LDLIBS
=
-lm
all
:
test
example
1
example
2
example
3
example
4
all
:
check
example
1
example
2
example
3
example
4
sigmoid
:
CFLAGS
+= -
Dgenann_act
=
genann_act_sigmoid_cached
sigmoid
:
all
Write
Preview
Loading…
Cancel
Save