-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
28 lines (18 loc) · 1.07 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Cells - 0.5 2023
Added Cells_dealloc_node_links function to dealloc nodes links.
-- Stefan Pietzonke <[email protected]> Fri Oct 06 2020 19:14 +0200
Cells - 0.1 2020
Initial commits, everything WIP. Much work to do!
Added: bound checks for nodes at the functions to check if node is in legal range!
New: file.c: fann_save_cells() and fann_load_cells() functions.
string.c added.
New: fann_load_cell () cleanup and BUGFIXES!
set_node_link: overflow checks added!
Added checks to functions, if cell structure was allocated right.
And changed the library functions: for exp. "fann_get_output" to give a return value for success or failure. The return value is given by a pointer variable:
S2 fann_get_output (struct cell *cells, S8 cell, S8 node, S8 output, F8 *return_value);
Load cells output/input of links BUGFIX!
fann_run_ann_go_links: for loops of cells/layers swapped in order.
Renamed all Cells functions to the beginning: "Cells_".
Updated make scripts to link math library at last lib and fixing a linker runtime error!
-- Stefan Pietzonke <[email protected]> Sun Jul 12 2020 16:27 +0200