Commit Graph
2099 Commits
Author SHA1 Message Date
Dongryeol Lee cd310e626c Another checkpoint. 2010-12-29 02:38:52 +00:00
Dongryeol Lee 130249dbd7 Another checkpoint. 2010-12-29 01:45:32 +00:00
Dongryeol Lee 5881ea5122 Another checkpoint. 2010-12-28 17:11:22 +00:00
Dongryeol Lee c4e7fbf279 Another checkpoint. 2010-12-28 16:16:17 +00:00
Dongryeol Lee 44ad591849 Another check point. 2010-12-28 03:47:17 +00:00
Dongryeol Lee 153aeb1ad1 Astyle fix. 2010-12-27 22:59:36 +00:00
Dongryeol Lee 06920c0c5c Sub dense matrix added. 2010-12-27 17:09:54 +00:00
Dongryeol Lee 6aaf11967e Fixes before trying the new distributed gnp. 2010-12-26 17:27:44 +00:00
Dongryeol Lee 1f75b2f07e Mysterious crash in distributed kde memory mapped file mode fixed. 2010-12-24 15:19:18 +00:00
Dongryeol Lee cb77a885d2 Will continue tomorrow. 2010-12-24 04:29:03 +00:00
Dongryeol Lee 5acc09b1d4 After dinner. 2010-12-23 23:43:39 +00:00
houyang fee45c6945 2010-12-23 21:21:32 +00:00
Dongryeol Lee 3df37126c9 To be continued. 2010-12-23 20:58:18 +00:00
Dongryeol Lee d0e366b1c3 Will continue after lunch. 2010-12-23 17:28:18 +00:00
Dongryeol Lee 643fc64c11 Another. 2010-12-23 16:37:06 +00:00
Dongryeol Lee c5e0287ead KDE compile fix. 2010-12-23 16:30:40 +00:00
Dongryeol Lee 09149f4847 Sampling class separated. 2010-12-23 16:28:10 +00:00
Dongryeol Lee f6309e57b5 Code restructure. 2010-12-23 16:27:56 +00:00
Dongryeol Lee e10a920252 More progress. 2010-12-23 05:32:38 +00:00
houyang 16d063b1a1 2010-12-22 20:29:03 +00:00
Dongryeol Lee b1c86bea05 Compile fix. 2010-12-22 17:45:10 +00:00
Dongryeol Lee 6b0aa463af Kind of compiles. 2010-12-22 17:35:05 +00:00
Dongryeol Lee 998adffe98 Armadillo-ifying 2010-12-22 15:58:59 +00:00
Dongryeol Lee 3c5048082e Bug fix. 2010-12-22 04:34:58 +00:00
Dongryeol Lee 766f545a67 Going the wrapper approach in dense point to use armadillo operations. 2010-12-22 04:22:55 +00:00
Dongryeol Lee 78fd08868a Will get rid of densepoint and densematrix and linear_algebra.h 2010-12-21 20:37:36 +00:00
Dongryeol Lee f55a43ea83 Armadillo-ifying the L-BFGS. 2010-12-21 20:09:46 +00:00
Dongryeol Lee dbbf0ec460 Taking out deprecated functions, trying to eliminate DensePoint/DenseMatrix classes. 2010-12-21 17:10:00 +00:00
Dongryeol Lee 68d76ada11 Will continue tomorrow. 2010-12-21 03:08:23 +00:00
Dongryeol Lee 2efd630c69 More cleanup. 2010-12-20 23:21:30 +00:00
houyang 84ab3133a9 2010-12-20 22:13:13 +00:00
Dongryeol Lee bcf2a987ad Plugging back in trust region code. 2010-12-20 15:50:14 +00:00
Dongryeol Lee 4ff4ebbe7f More progress. 2010-12-20 14:28:45 +00:00
Dongryeol Lee 577a000a86 Compiles, will continue tomorrow. 2010-12-20 04:08:33 +00:00
Dongryeol Lee ed3b74d6cc Getting there. 2010-12-20 03:57:57 +00:00
Dongryeol Lee 909b4b11e7 Going. 2010-12-20 02:47:41 +00:00
Dongryeol Lee 5c9fbfb0d5 Random number generation in fix. 2010-12-19 21:32:05 +00:00
Dongryeol Lee 5de1480c38 Minor compile error. 2010-12-19 15:39:19 +00:00
Dongryeol Lee 6cd89e5e1e Fixing the compilation error, and subtable capability added. 2010-12-19 15:38:55 +00:00
Dongryeol Lee 6324bfa5f0 Starting matrix triple product. 2010-12-19 04:37:43 +00:00
Dongryeol Lee 7099a0cebf Going. 2010-12-17 17:21:40 +00:00
Dongryeol Lee e410131d8e More parameters added. 2010-12-16 20:35:32 +00:00
Dongryeol Lee 2623fb0f67 More progress. 2010-12-16 03:54:38 +00:00
Dongryeol Lee 33b42d2dc1 Fixing. 2010-12-16 02:20:56 +00:00
Dongryeol Lee 1e83ec6c52 Now distributed kde can run on number of processes not equal to a power of two. 2010-12-16 01:30:20 +00:00
Dongryeol Lee 4efec182ee WIll come back today. 2010-12-15 22:45:40 +00:00
Ryan Curtin e22ce23214 arma::Mat<eT>::unsafe_col() was introduced in Armadillo 0.9.90 (require that). Only problem is, that hasn't yet been packaged by the Ubuntu maintainers. 2010-12-15 18:14:29 +00:00
Dongryeol Lee ed379c74b4 More work, back to distributed system. 2010-12-15 02:05:46 +00:00
Ryan Curtin 841fd0b2ce Replicate r6607 in trunk; prevent odd compilation situations where modified included files aren't actually updated. 2010-12-14 21:37:27 +00:00
Ryan Curtin 7f92073913 Use source root directory as include directory instead of ${CMAKE_BINARY_DIR}/include. With the latter, the compilation will look inside of the built include files. Therefore, if a user makes a change to an included file, it isn't reflected in the build. This change fixes that. 2010-12-14 21:36:26 +00:00