One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
remi
/
php56
/
root
/
usr
/
share
/
doc
/
pecl
/
fann
/
View File Name :
TODO.md
# TODO list ## Generic - reporting callback - provide train_data for train_on_file (currently always null) - there is a possible memory leak if the callback return allocated value (e.g. string) - convert_to_bool is used without freeing previous data - proper testing (more iterations) - error logging - use log error messages when generic error is reported (fann_read_train_from_file) - static variable (fann_default_error_log) in fannlib - TSRM problem - use error log (fann_set_error_log) for all error messages including messages from this extension - test if fannlib logging works (messages generated by fannlib are writtend to the file) - check parameters ranges and over/underflows - supplied longs fits to the unsigned int in fann_create_train_from_callback - valid contants - FANN connection_rate param for create_sparse* - check int intervals for fann_train_on_fail - compare PHP outputs with C outputs in all examples ## Functions - implementation - fann_print_connections - either rewrite or redirect output - fann_print_parameters - either rewrite or redirect output ## Functions - tests - fann_init_weights - train_data test must be done first