Commit Graph
1435 Commits
Author SHA1 Message Date
Dongryeol Lee 2b5b4a2e0e Fix to the variable bandwidth case 2008-02-24 20:02:00 +00:00
vasiloglou 363de2ed28 uo and running 2008-02-24 18:54:06 +00:00
vasiloglou 9252a734b5 compiled 2008-02-24 18:25:21 +00:00
Dongryeol Lee 0737de01cb Fixed the bug on the knn bandwidth 2008-02-24 07:19:29 +00:00
tekhnofiend 4e35eb39f0 added results_gene to niche/functional 2008-02-24 07:10:44 +00:00
tekhnofiend 9bdc54c492 updated niche/functional 2008-02-24 07:09:00 +00:00
Dongryeol Lee f384336b14 Added the multiindex expansion tool 2008-02-24 06:17:29 +00:00
Dongryeol Lee 0f0c837f7d Added the naive version 2008-02-24 06:16:34 +00:00
Dongryeol Lee 1eb548f9ac Initial check in of dense version 2008-02-24 06:16:13 +00:00
Dongryeol Lee edc7236d24 Fix for variable bandwidth 2008-02-24 06:02:06 +00:00
Dongryeol Lee 6ce1bc7d47 Need to fix matrix-free version now 2008-02-24 02:51:55 +00:00
tekhnofiend 71f2f6c960 updated niche/functional 2008-02-24 02:06:01 +00:00
Dongryeol Lee be92268c22 Memory consumption cut in half 2008-02-24 01:23:24 +00:00
Dongryeol Lee aff1938da8 Finally done with matrix-free version 2008-02-23 22:48:45 +00:00
Dongryeol Lee 8d87d60814 Sparse version now stores dense far-field moments 2008-02-23 22:24:31 +00:00
Dongryeol Lee 4e2228c19c Epanechnikov acceleration added to Krylov method 2008-02-23 21:38:45 +00:00
vasiloglou 648ff4ad17 After a major reorganization that didn't necessarily give better code
we  have SPE converging, need more on fixing the gain
Things to add:
Linearly updating in SPE
Inequality constraints on the furthest neighbors
Hessian Update based n the links
2008-02-23 07:40:15 +00:00
(no author) d66e8a0cfc -
gmravi2003 43bc1068c7 Fully working without adaptive BW 2008-02-23 00:43:40 +00:00
rriegel 879be538f3 fixed non-BLAS LengthEuclidean 2008-02-22 21:33:47 +00:00
Dongryeol Lee dd37ca6c6a Last attempt on krylov-based method 2008-02-22 20:08:25 +00:00
Parikshit Ram 710db82a9e optimizers tried with mu > 1 but exploded so reduced it so i dont know exactly whats the change in optimizers.h, but the main.cc is added to the svn 2008-02-22 19:40:28 +00:00
Dongryeol Lee 41474a58b8 Phase 1 has Epanechnikov acceleration added 2008-02-22 17:40:11 +00:00
Dongryeol Lee d2f14186f0 Bug in Phase 2 detected. need to fix now 2008-02-22 16:47:56 +00:00
Parikshit Ram c54699dd46 optimizers added with more terminating conditions although none seem to work, and main deleted accidentally 2008-02-22 06:47:01 +00:00
(no author) 49dddb2eb8 -
(no author) c046904be7 -
Dongryeol Lee 4ffa694863 More crashes caught 2008-02-22 01:40:07 +00:00
Dongryeol Lee d00254fffe Last generation of the bugs have been caught for krylov LPR 2008-02-22 01:28:08 +00:00
Dongryeol Lee 3ec5a9567d Got it to compile 2008-02-22 01:12:55 +00:00
Parikshit Ram c684ed2a5a different terminating conditions included 2008-02-22 00:11:18 +00:00
Dongryeol Lee ab629b862c More fix to come for krylov_lpr_solver_impl.h 2008-02-21 21:54:32 +00:00
Dongryeol Lee 6e58cc1499 Separated out heuristic function for node expansion into a separate file 2008-02-21 20:52:48 +00:00
Dongryeol Lee 534c8b5c14 Added a utility function for LPR 2008-02-21 20:35:13 +00:00
Dongryeol Lee 0f24fcf7be Started debugging the krylov solver part 2008-02-21 20:34:33 +00:00
Dongryeol Lee 0d0ca195b6 Went through up to the phase 1 part of the matrix free algorithm 2008-02-21 20:23:02 +00:00
vasiloglou b616334701 Added a maximum cap for the infeasibility
Added another mode where we maximize the furthest neighbors
2008-02-21 19:53:56 +00:00
Dongryeol Lee 57e2ccf965 Fix in the bug in pruning 2008-02-21 19:46:51 +00:00
Dongryeol Lee 2026282ca9 A minor fix 2008-02-21 19:22:41 +00:00
Dongryeol Lee 7deebec6cb Minor bug fix 2008-02-21 18:47:22 +00:00
vasiloglou 872e7b492d 2008-02-21 06:02:21 +00:00
Dongryeol Lee c51e54c8a8 Almost done reviving the matrix-free version of LPR 2008-02-21 03:37:30 +00:00
Dongryeol Lee 19cbfb88df Second round of going through and fixing compilation errors 2008-02-21 03:08:34 +00:00
Dongryeol Lee a8d8fae293 Renamed and restructured the matrix-free version 2008-02-21 02:18:54 +00:00
Parikshit Ram 529e4a51eb SGD and SMD_single step implemented but some problem with SMDSS 2008-02-20 22:23:26 +00:00
gmravi2003 0671be4b6d KNN Based regression. Confidence Intervals are still being added 2008-02-20 20:23:06 +00:00
vasiloglou 6cf67f1082 changed from armijo to wolfe and now it works it is much more stable
We are ready to go to 10000 now
2008-02-20 10:46:46 +00:00
Parikshit Ram 08c67b37a8 gradient descent added 2008-02-20 09:12:36 +00:00
Parikshit Ram 9dfad1facd faster folders removed 2008-02-20 04:25:31 +00:00
Parikshit Ram 1d792308a3 corrected version updated 2008-02-20 04:11:48 +00:00