Dongryeol Lee
|
6cceb3dd84
|
Memory requirement for series expansion fix.
|
2011-02-11 17:04:58 +00:00 |
|
Dongryeol Lee
|
d1f2ba30bd
|
Quick fix to a test.
|
2011-02-11 03:43:55 +00:00 |
|
Dongryeol Lee
|
822a5f1603
|
More restructuring.
|
2011-02-11 03:38:43 +00:00 |
|
Dongryeol Lee
|
e5f0828c28
|
Slowly plugging in series expansion.
|
2011-02-11 03:04:48 +00:00 |
|
Dongryeol Lee
|
11066a8af4
|
Templatized the series expansion object for kde.
|
2011-02-11 01:50:54 +00:00 |
|
Dongryeol Lee
|
f300d25e95
|
Pushes in the right expansion type.
|
2011-02-10 21:59:53 +00:00 |
|
Dongryeol Lee
|
8c81ec8e11
|
Fixed a bug in kde-test.
|
2011-02-10 19:48:16 +00:00 |
|
Dongryeol Lee
|
efa9a4ab82
|
Removing abstract kernels, now everything is template.
|
2011-02-10 19:34:40 +00:00 |
|
Dongryeol Lee
|
e9965e9e72
|
Templatized the kernel type, and now plugging in the series expansion.
|
2011-02-10 19:34:14 +00:00 |
|
Ryan Curtin
|
11aae40433
|
Remove the fl-build tool (#14). Did I break your build by doing this? See
http://trac.research.cc.gatech.edu/fastlab/ticket/14 and
http://trac.research.cc.gatech.edu/fastlab/wiki/UsingCMake for more information.
|
2011-02-10 18:10:25 +00:00 |
|
Ryan Curtin
|
4d3026c1f9
|
Revert accidentally committed debug output changes.
|
2011-02-10 18:09:24 +00:00 |
|
Ryan Curtin
|
4b0bcd6000
|
Remove old build.py files. As per #14.
Did I break your code by doing this? Use CMake; see
http://trac.research.cc.gatech.edu/fastlab/ticket/14 and
http://trac.research.cc.gatech.edu/fastlab/wiki/UsingCMake
|
2011-02-10 18:02:11 +00:00 |
|
Ryan Curtin
|
d6a8d72098
|
Update CMakeLists for L-BFGS optimization method.
|
2011-02-10 18:00:44 +00:00 |
|
Dongryeol Lee
|
2587358a68
|
Changed the leaf size.
|
2011-02-10 02:18:48 +00:00 |
|
Dongryeol Lee
|
c9a28b5377
|
Changing the tree.
|
2011-02-10 02:14:00 +00:00 |
|
Dongryeol Lee
|
f7ffe08f7c
|
Minor edit.
|
2011-02-10 02:04:38 +00:00 |
|
Dongryeol Lee
|
a4339f5b96
|
Crucial bug fix - table lookup was too slow in the previous version.
|
2011-02-10 02:01:49 +00:00 |
|
Dongryeol Lee
|
7c9fc7fb03
|
Subtable test fix.
|
2011-02-08 17:14:13 +00:00 |
|
Dongryeol Lee
|
c0d58e884d
|
Some bug fixes. The query stats were getting resetted during the distributed computation.
|
2011-02-08 16:55:41 +00:00 |
|
Dongryeol Lee
|
49f6a92f09
|
Minor compile fix.
|
2011-02-08 03:16:28 +00:00 |
|
Dongryeol Lee
|
af72d8f06d
|
Fix in the pruning condition which was introduced when the hybrid error condition was plugged in.
|
2011-02-08 02:45:06 +00:00 |
|
Dongryeol Lee
|
a84f4c7d5b
|
Took out a print statement.
|
2011-02-07 21:41:27 +00:00 |
|
Dongryeol Lee
|
723dea8843
|
Tree serialization is more efficient now.
|
2011-02-07 21:32:19 +00:00 |
|
Dongryeol Lee
|
e11320dfca
|
Back to vanilla.
|
2011-02-07 17:52:52 +00:00 |
|
Dongryeol Lee
|
3c06331db3
|
Minor change in kde test.
|
2011-02-07 17:40:27 +00:00 |
|
Dongryeol Lee
|
24ffb5e11d
|
Bug fixed in uninitialized stack allocation. The problem was that I forgot to pass in the absolute error value criterion.
|
2011-02-07 17:34:41 +00:00 |
|
Dongryeol Lee
|
8b217a917e
|
fixing.
|
2011-02-07 05:54:26 +00:00 |
|
Dongryeol Lee
|
e8df83af62
|
Minor patch.
|
2011-02-07 05:31:30 +00:00 |
|
Dongryeol Lee
|
f93aed88aa
|
Minor fix.
|
2011-02-07 05:22:20 +00:00 |
|
Dongryeol Lee
|
f3e94a602f
|
Memory leaks fixed.
|
2011-02-07 04:07:41 +00:00 |
|
Dongryeol Lee
|
a5a3cbbf14
|
Need to investigate the slowdown.
|
2011-02-07 03:24:35 +00:00 |
|
Dongryeol Lee
|
4310b2cbf8
|
No more caching.
|
2011-02-07 03:14:14 +00:00 |
|
Dongryeol Lee
|
6a8b44e24e
|
Bug fix.
|
2011-02-07 01:20:17 +00:00 |
|
Dongryeol Lee
|
5b14985d05
|
Now, the priority queue is only expanded only one at a time.
|
2011-02-06 23:54:05 +00:00 |
|
Dongryeol Lee
|
96ff3d306d
|
More tweaks.
|
2011-02-06 22:49:40 +00:00 |
|
Dongryeol Lee
|
ff3c3adfff
|
Going back to the former, now have to choose one reference tree to compute at a time rather than expanding the entire priority queue.
|
2011-02-06 22:45:09 +00:00 |
|
Dongryeol Lee
|
cae85fec6b
|
Compile error fix.
|
2011-02-06 05:32:54 +00:00 |
|
Dongryeol Lee
|
2fe38c48c7
|
Some performance problem. I am looking into it.
|
2011-02-06 05:23:02 +00:00 |
|
Dongryeol Lee
|
bcaf5ff742
|
Some changes in the distributed tree build.
|
2011-02-06 05:05:47 +00:00 |
|
Dongryeol Lee
|
c6c9362da6
|
Compile error fix.
|
2011-02-05 23:12:49 +00:00 |
|
Dongryeol Lee
|
d93a7733e2
|
More bug fixes.
|
2011-02-05 23:08:57 +00:00 |
|
Dongryeol Lee
|
b431fa785d
|
More bugs fixed in parallel tree.
|
2011-02-05 22:39:43 +00:00 |
|
Dongryeol Lee
|
af923f0fc5
|
Fixing the distributed engine now.
|
2011-02-05 21:14:19 +00:00 |
|
Dongryeol Lee
|
d78abfce0f
|
More patches.
|
2011-02-05 21:09:04 +00:00 |
|
Dongryeol Lee
|
e411115ae0
|
Serialization for LMetric.
|
2011-02-05 20:47:48 +00:00 |
|
Dongryeol Lee
|
d53b7243ad
|
Distributed tree building in progress.
|
2011-02-05 20:34:49 +00:00 |
|
Dongryeol Lee
|
58847ebaf7
|
Parallel tree building.
|
2011-02-05 20:33:10 +00:00 |
|
Dongryeol Lee
|
bd1e308471
|
Another.
|
2011-02-05 17:31:49 +00:00 |
|
Dongryeol Lee
|
c3fa46a4ae
|
More errors fixed.
|
2011-02-05 17:25:17 +00:00 |
|
Dongryeol Lee
|
10a2a6d66e
|
Numerical issue solved.
|
2011-02-05 16:35:03 +00:00 |
|