Commit graph

15 commits

Author SHA1 Message Date
fc83700642 clean-up: code improvements, remove obsolete stuff 2025-05-25 20:19:11 +02:00
cff6311103 provide a trial class (together with a list of trials) to collect loss values for varied parameter sets 2025-05-25 17:49:06 +02:00
52d1381aba move trivial exploration stuff (including tensor operations) to new file xplore.lisp 2025-05-25 15:55:09 +02:00
3c3539b34b improvements and refinements - provide separate functions for deviation and normalization 2025-05-25 09:37:49 +02:00
25197a0520 now with function l2-loss 2025-05-24 19:29:45 +02:00
0172a2fd46 combine lists (like vectors) and calculate sum of pairwise differences (= 'cost') 2025-05-24 17:14:03 +02:00
b4a337ee37 minor fixes; add rreduce: recursive reduce 2025-05-24 09:43:47 +02:00
fa683982b7 rapply stuff OK, with rcall and rcurry 2025-05-24 07:35:09 +02:00
8ae0ab9271 improvement, start fixing - should work with more than 2 params 2025-05-23 16:52:37 +02:00
c78fe13247 more general solution with rlambda 2025-05-23 13:48:35 +02:00
2ce2ca18f6 rapply basically working 2025-05-23 10:24:29 +02:00
d3417cf94a first try with recursive operation: traverse; start rapply + rcall 2025-05-23 09:33:14 +02:00
049c352ea8 provide tensor function, just creating arrays 2025-05-22 11:49:24 +02:00
580d9f34df more tests, start working with data sets and parameter sets 2025-05-22 10:28:28 +02:00
dcc401b6e9 initial import 2025-05-22 09:11:54 +02:00