Commit Graph
1879 Commits
Author SHA1 Message Date
Dongryeol Lee 3cf7f09c8a Fixed the homework. 2010-11-13 20:48:18 +00:00
Dongryeol Lee 90cb9b92dc Done with HPC HW, now have to write the report. 2010-11-13 17:37:38 +00:00
Dongryeol Lee 0d100826eb Starting HPC homework 6. 2010-11-12 03:24:24 +00:00
Dongryeol Lee 57edf184d6 Don't ever put raw pointers inside memory mapped files 2010-11-10 17:55:15 +00:00
Dongryeol Lee 73804447e4 Clears out the temporary file before each run. 2010-11-10 16:12:27 +00:00
tqlong d067589a7a matching: auction templates 2010-11-10 10:48:52 +00:00
Dongryeol Lee 84534baaef Boost Interprocess sharing works, but needs deep structuring to make sure that there are no virtual classes. The tree needs to have offset pointers. 2010-11-10 04:35:54 +00:00
tqlong ca1c05410a matching: single tree 2010-11-09 21:30:53 +00:00
Dongryeol Lee 460398235d Doesn't segfault. 2010-11-09 18:24:53 +00:00
tqlong 3c6b7a7763 matching : kd node with statistics 2010-11-09 16:03:49 +00:00
Dongryeol Lee 4f52e7fa9a Still fixing. 2010-11-09 01:28:00 +00:00
tqlong e9528ead45 auction: kdnode 2010-11-09 01:22:55 +00:00
Dongryeol Lee 1e84240da0 Debugging. 2010-11-08 19:52:53 +00:00
tqlong 29be8b4c6c auction using kdtree: command line parameters 2010-11-07 20:53:32 +00:00
Dongryeol Lee c2ec990c56 In progress. 2010-11-07 20:34:57 +00:00
Dongryeol Lee d52a005451 Going full speed. 2010-11-07 01:47:12 +00:00
Dongryeol Lee 17c7c93a92 Getting to the HPC project. 2010-11-06 18:08:00 +00:00
Dongryeol Lee 6042931fe2 Very obvious optimization. 2010-11-04 05:04:35 +00:00
Dongryeol Lee 54cced924b Some fix. 2010-11-03 21:02:54 +00:00
Dongryeol Lee 5d9ddcbd7a Monochromatic trick added for three-body. 2010-11-03 20:37:51 +00:00
Dongryeol Lee f1415fba11 Crucial bug fix for node tuple. 2010-11-03 04:56:41 +00:00
Dongryeol Lee 06700889c0 Added the Monte Carlo trick which would benefit for large number of points case. 2010-11-02 16:12:20 +00:00
Dongryeol Lee 1d22a72c76 Kd-tree bug fixed. 2010-11-02 04:25:24 +00:00
Dongryeol Lee 273ebdcbfd Three-body code now uses kd-tree. 2010-11-02 03:40:09 +00:00
Dongryeol Lee e6c557120e Major surgery to get kd-tree integrated. 2010-11-02 02:53:37 +00:00
Dongryeol Lee adfc306aac Other tests compile now. 2010-11-02 00:48:44 +00:00
Dongryeol Lee 839318074f KDE compiles again. 2010-11-02 00:41:46 +00:00
Dongryeol Lee 6d1f5c140e Templatizing the table made this painful. 2010-11-01 22:10:39 +00:00
Dongryeol Lee 79c7b94924 Slowly adding in 2010-11-01 21:20:04 +00:00
Dongryeol Lee 373463fe5e Adding in the kd-tree. 2010-11-01 21:05:49 +00:00
Ryan Curtin 424f749c1a Apply changes from r5648 to fastlib-stl branch (allow selection of number of independent components). 2010-11-01 20:00:34 +00:00
Ryan Curtin b60b8eb021 Fix syntax errors introduced in lbfgs methods in r6232 and r6233. 2010-11-01 19:45:20 +00:00
Ryan Curtin fb8197e259 Do not make test in default build (it fails). 2010-11-01 19:44:36 +00:00
Dongryeol Lee efdd7e1205 Will add kd-tree now. 2010-11-01 19:42:35 +00:00
Ryan Curtin 6d5f9d9d3c Revert math::Pow functions in case old code still uses them. They can be removed later on. 2010-11-01 19:34:01 +00:00
Dongryeol Lee 6cce5b61bd Finite difference fix for three-body, almost getting ready to run the experiments. 2010-11-01 18:43:24 +00:00
gcolon7 8aca9b4e84 added <cmath> to the list of general includes in fastlib.h to provide for methods such as std::pow 2010-11-01 17:59:45 +00:00
gcolon7 3c69609f5b This contains the implementation details for the deprecated math::Pow and family 2010-11-01 17:59:01 +00:00
gcolon7 b7587ccd4e removed math::Pow and its relatives 2010-11-01 17:57:34 +00:00
gcolon7 10177c6713 changed lbfgs_impl.h to std::pow 2010-11-01 17:55:46 +00:00
gcolon7 288c8ae002 changed optimization_utils.h to std::pow 2010-11-01 17:55:15 +00:00
gcolon7 abf9fe75a9 changed math::Pow to std::pow and math::PowAbs to std::pow and std::abs 2010-11-01 17:47:56 +00:00
gcolon7 47ea93e894 Change 2 to 2.0 in divisions to enforce float division 2010-11-01 17:28:24 +00:00
gcolon7 c98a143eb3 Changed math.h to cmath, math::Pow to std::pow, and math::PowAbs to std::pow and std::abs 2010-11-01 17:21:30 +00:00
gcolon7 8f4f9619dd Changed calls to math::Pow and math::PowAbs to std::pow and std::abs 2010-11-01 17:17:36 +00:00
Dongryeol Lee e7b57258e6 Will continue today. 2010-11-01 05:04:44 +00:00
Dongryeol Lee 30d57b5f23 More tweaks. 2010-11-01 04:21:55 +00:00
Dongryeol Lee 09ab01fe25 One final Monte Carlo tweak remains. 2010-11-01 04:13:21 +00:00
Ryan Curtin e95f4ec8c7 Include arma_extend files in build and then install them to the include/ directory. 2010-11-01 03:53:33 +00:00
Dongryeol Lee 796c859c4b Kernel bounding for AT modified. 2010-11-01 03:20:43 +00:00