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
fixed fclose typo/bug
pull/22/head
Lewis Van Winkle
2 years ago
parent
033618b1f5
commit
b802e1e0b5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test.c
+ 1
- 1
test.c
View File
@ -203,7 +203,7 @@ void persist() {
FILE
*
in
=
fopen
(
"
persist.txt
"
,
"
r
"
)
;
genann
*
second
=
genann_read
(
in
)
;
fclose
(
out
)
;
fclose
(
in
)
;
lequal
(
first
-
>
inputs
,
second
-
>
inputs
)
;
lequal
(
first
-
>
hidden_layers
,
second
-
>
hidden_layers
)
;
Write
Preview
Loading…
Cancel
Save