Commit Graph

227 Commits

Author SHA1 Message Date
fanasina 65d4d8f67c y_socket: add poll stdin, debug node init 2025-07-28 23:03:36 +02:00
fanasina 6d5e060d6c trying to understand leak valgrind with opencl 2025-07-09 12:05:14 +02:00
fanasina 1f2bebab91 ftest: add pthread_cond in progress bar to optimize cpu usage 2025-07-03 00:36:44 +02:00
fanasina 02b1f29a3c create test outside ytest! ytest is too much load, TO DO 2025-07-02 22:13:02 +02:00
fanasina d4cf8a1782 trying to find why too much cpu load! 2025-07-02 22:11:46 +02:00
fanasina 3c5cae31cc debug list: now use local current list instead of current_list to avoid thread concurrency 2025-07-02 01:07:09 +02:00
fanasina cb84a03b0d y_socket : fix unitialize variable with valgrind! 2025-06-26 21:56:32 +02:00
fanasina a1fe7c983d try to debug Makefile, failed to build libytest.so via tests 2025-06-26 06:34:52 +02:00
fanasina 6cee75f3f3 y_socket: refactor 2025-06-24 14:08:31 +02:00
fanasina adf442cb85 debug socket udp, trying to undersand recvfrom to handle long msg with list of buffer 2025-06-17 19:20:41 +02:00
fanasina 6d54cc4d12 add check go on socket poll, debug list 2025-06-17 10:55:45 +02:00
fanasina e44e8d9265 ftest : debug bar_progress' variable dynamic&static alloc 2025-06-10 21:08:29 +02:00
fanasina be52b83ac1 yftest: cleanup 2025-06-10 14:08:24 +02:00
fanasina 76baaec56f ftest: debug memory leak in progress bar 2025-06-10 12:17:33 +02:00
fanasina 085d2c65e4 ftest.c: optimize is_in_array_ 2025-06-09 22:58:35 +02:00
fanasina 05ac1f2f3c ftest: debug parser name func, combine 2 macros num and ptr 2025-06-09 22:36:04 +02:00
fanasina b7f7bb26c5 modify parallel log ftest, if parallel save log in main thread if the thread is not one of tests threadgit status ! 2025-06-06 23:34:05 +02:00
fanasina 4bcdf96c12 no error id of thread! change print_error to print_debug 2025-06-06 19:35:11 +02:00
fanasina affca01546 add func arg in ftest to debug parallel print, no solution when func test use pthread! 2025-06-06 19:03:34 +02:00
fanasina 9d44d62776 debug list purge ptr 2025-06-05 23:04:36 +02:00
fanasina 542921f45e list: add purge ptr type list 2025-06-04 00:09:47 +02:00
fanasina 8f8a9ff42c debug y_worker, and refactor 2025-06-03 23:32:01 +02:00
fanasina 3bc72f53aa task & worker: add dependency task 2025-05-29 21:13:59 +02:00
fanasina e449185394 add yworker in y_socket 2025-05-22 23:21:35 +02:00
fanasina 52e6353469 learnig: add ending and fix leak memory 2025-05-12 15:16:19 +02:00
fanasina d2a84f4a82 qlearn_0: change print_2d : background, delimiter, ... 2025-05-07 23:28:10 +02:00
fanasina 26f9b93c70 tools: change xrand to normal rand c with static variable for seed call 2025-05-07 23:26:48 +02:00
fanasina ab0c61c474 change mode ytest script and lib 2025-05-06 20:24:51 +02:00
fanasina 6646d84502 y_worker_t: working pool workers for queue task 2025-05-06 20:23:46 +02:00
fanasina 51b79b35cb Frozen_Lake: change backgroud position 2025-05-06 20:22:07 +02:00
fanasina 923a2f0d0f worker: trying to generalize thread pool workers 2025-04-30 23:08:05 +02:00
fanasina 840276d8b9 list_t: add some functions, append and pull to be used with Queue lists 2025-04-30 23:07:18 +02:00
fanasina 9674422b1e y_socket: try send file, neuron_t: modify EXTRACT from filr to neuron/tensor 2025-04-19 09:12:58 +02:00
fanasina b156cdbf51 y_socket_t: debug udp chat server 2025-04-15 07:41:30 +02:00
fanasina f0f0b2b003 list_t add more general search, change previose search name 2025-04-11 10:31:38 +02:00
fanasina b9fb5297ca add search in list_t 2025-04-11 00:08:51 +02:00
fanasina f9bc658091 y_socket_t: add some node functions 2025-04-10 23:23:53 +02:00
fanasina cb27059312 recreate y_socket_t repo 2025-04-10 13:33:59 +02:00
fanasina bdaf894aea add sockets 2024-12-24 23:15:44 +01:00
fanasina 494b835d11 update json_t source 2024-08-14 00:11:02 +02:00
fanasina 82bd866824 add test input formated json 2024-08-14 00:09:18 +02:00
fanasina 8f417b8ebb yjson: optimize iter 2024-08-06 00:46:54 +02:00
fanasina 6285732e94 debug list_t move current to index func 2024-08-05 23:53:06 +02:00
fanasina 61731335c9 change 'iter' attribute behaving 2024-08-04 23:16:00 +02:00
fanasina 3fddd421cb add new repo to handle json 2024-08-04 00:23:59 +02:00
fanasina e64cef1688 add some test deep reinforcement learning 2024-07-18 02:10:41 +02:00
fanasina 491d0c283f neuron_t: add header to handle file
import and extract all tensor attribute of a neuron
2024-07-16 12:15:43 +02:00
fanasina aac7434346 Trying to fix nan output of RL by using relu with upperbound 2024-07-16 12:13:05 +02:00
fanasina 0c9813beca Add some MACRO in neuron_t and debug deepQlearning 2024-07-09 17:38:58 +02:00
fanasina 824396f901 second try, not yet working 2024-06-21 11:37:43 +02:00