Commit Graph
2397 Commits
Author SHA1 Message Date
Dongryeol Lee 2526bb6bbb Fixing. 2010-10-27 23:32:14 +00:00
Dongryeol Lee f129bc21b9 Will debug tonight. 2010-10-27 22:13:05 +00:00
Ryan Curtin 14af8cb147 Apply use of unsafe_col() to allnn and allkfn for speed improvements. 2010-10-27 21:47:25 +00:00
tqlong f337e81cd4 auction algorithm for assignment: drafting forward_auction() function 2010-10-27 21:26:34 +00:00
Ryan Curtin e7909a2d9d Improve speed of AllkNN methods by using new armadillo mat::unsafe_col() method (returns an arma::vec alias which uses shared memory from the matrix).
The code now requires armadillo-0.9.90, since that function was new as of that version.
2010-10-27 20:46:16 +00:00
Ryan Curtin a241f43683 Speed improvements for MinDistanceSq(). 2010-10-27 20:44:55 +00:00
Dongryeol Lee 4943af09e4 Adding in the modified LMetric for distance thresholding. 2010-10-27 16:57:26 +00:00
Dongryeol Lee d146aed51a Some tweak. 2010-10-27 16:16:28 +00:00
Dongryeol Lee 31d1bafb10 Removed a warning. 2010-10-27 15:45:26 +00:00
Dongryeol Lee b35a358f85 Another bug fix. 2010-10-27 15:36:00 +00:00
Dongryeol Lee fd4511cc91 Tweaked the Monte Carlo a bit. 2010-10-27 03:56:37 +00:00
Dongryeol Lee 081bfc8c0f Monte Carlo part divided into positive/negative parts. 2010-10-27 03:24:34 +00:00
Dongryeol Lee ef586ca723 Still tuning Monte Carlo, the most painful part.: 2010-10-27 03:00:57 +00:00
Dongryeol Lee 8d48b6a456 Restructuring Monte Carlo. 2010-10-27 02:24:38 +00:00
Dongryeol Lee 423bdf9f9c Quick bug fix. 2010-10-26 23:04:11 +00:00
Dongryeol Lee 378cb6dded Probability redistribution should be working. 2010-10-26 21:39:21 +00:00
Dongryeol Lee 394f0939a6 slowly looking at things. 2010-10-26 18:58:27 +00:00
Dongryeol Lee c45b4453f0 More bugs fixed. 2010-10-26 18:42:36 +00:00
Ryan Curtin b7ddec5249 Significantly improve (by a factor of 1.5 or more) DistanceSqEuclidean function. 2010-10-26 18:32:10 +00:00
Dongryeol Lee 23607738fb Fixing bugs. 2010-10-26 16:14:29 +00:00
Dongryeol Lee 6b87fd2b05 Will continue tomorrow. 2010-10-26 03:09:49 +00:00
Dongryeol Lee 9fdb5528c6 There is a bug in Monte Carlo three-body, so need to fix it tonight. 2010-10-25 20:25:44 +00:00
Dongryeol Lee 415329e2d2 Crucial bug fix. 2010-10-25 16:52:13 +00:00
Dongryeol Lee 60c09c766a Kind of done with Monte Carlo three-body, will check tomorrow. 2010-10-24 02:48:35 +00:00
Dongryeol Lee b33f127047 A bit more progress, so close. 2010-10-24 00:55:11 +00:00
Dongryeol Lee f07b414d8d Progressing. 2010-10-23 23:52:21 +00:00
Dongryeol Lee 61ccc6589c Compiles now. 2010-10-23 02:41:26 +00:00
Dongryeol Lee 8da2138748 Slowly finishing. 2010-10-22 17:42:52 +00:00
Dongryeol Lee f6915f55aa Slowly making some progress. 2010-10-22 16:37:36 +00:00
Dongryeol Lee 6bcb4558b9 Will continue tomorrow. 2010-10-22 02:14:56 +00:00
Dongryeol Lee fe020b470c Will continue tonight. 2010-10-21 20:58:16 +00:00
Dongryeol Lee 5c9a081d4a Compile error fix. 2010-10-21 19:34:53 +00:00
Dongryeol Lee 87a6bcc1b7 Compiling. 2010-10-21 18:45:47 +00:00
Dongryeol Lee a098d15af0 Fix to the three-body, still working on Monte Carlo. 2010-10-21 01:59:09 +00:00
Dongryeol Lee e3261087dd MC three-body. 2010-10-20 21:55:40 +00:00
Dongryeol Lee 64615b3cd0 Will continue soon. 2010-10-20 19:06:34 +00:00
Dongryeol Lee 9d7abdd9d1 Slowly plugging in. 2010-10-20 16:29:45 +00:00
ssharfraz3 9c28da0de6 2010-10-20 16:23:21 +00:00
Dongryeol Lee 1d9d3c1cdf Moving directories. 2010-10-20 16:08:06 +00:00
Dongryeol Lee 068263eb9c Plugging in Monte Carlo into three-body. 2010-10-20 16:05:21 +00:00
ssharfraz3 38803c0d60 2010-10-20 13:07:42 +00:00
ssharfraz3 f4d43965c8 2010-10-20 12:37:01 +00:00
ssharfraz3 848718dc30 2010-10-20 12:05:47 +00:00
ssharfraz3 52445dd863 2010-10-20 04:15:59 +00:00
Dongryeol Lee 574ed5246b Fixing compile error. 2010-10-20 03:17:31 +00:00
Dongryeol Lee c25dc04bcd Adding the random combination generator to math_lib.h 2010-10-20 03:16:23 +00:00
Dongryeol Lee 1ad090668f Will continue tonight. 2010-10-19 21:19:26 +00:00
Dongryeol Lee 71d4c856b7 A little tweak on the script. 2010-10-19 18:01:30 +00:00
Dongryeol Lee 9be39b48ad Script for backing up thesis code. 2010-10-19 17:40:19 +00:00
Dongryeol Lee 4377491f1f Three body test compiles. 2010-10-19 17:23:51 +00:00