Timeline for How to do memoization together with evaluation of a complicated function
Current License: CC BY-SA 3.0
27 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:55 | history | edited | CommunityBot | replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/ | |
| May 28, 2014 at 19:47 | vote | accept | Leo Fang | ||
| S May 28, 2014 at 3:04 | history | bounty ended | Leo Fang | ||
| S May 28, 2014 at 3:04 | history | notice removed | Leo Fang | ||
| May 28, 2014 at 2:49 | vote | accept | Leo Fang | ||
| May 28, 2014 at 19:47 | |||||
| May 28, 2014 at 2:49 | vote | accept | Leo Fang | ||
| May 28, 2014 at 2:49 | |||||
| May 28, 2014 at 2:48 | vote | accept | Leo Fang | ||
| May 28, 2014 at 2:49 | |||||
| May 23, 2014 at 17:58 | answer | added | mfvonh | timeline score: 2 | |
| May 23, 2014 at 12:12 | answer | added | Jacob Akkerboom | timeline score: 1 | |
| May 21, 2014 at 19:18 | history | tweeted | twitter.com/#!/StackMma/status/469195650689556480 | ||
| May 21, 2014 at 18:06 | answer | added | evanb | timeline score: 2 | |
| S May 21, 2014 at 16:32 | history | bounty started | Leo Fang | ||
| S May 21, 2014 at 16:32 | history | notice added | Leo Fang | Draw attention | |
| May 20, 2014 at 19:18 | history | edited | Leo Fang | CC BY-SA 3.0 | Added a very short problem description to see whether people can be more interested or not. |
| May 20, 2014 at 15:01 | history | edited | gpap | CC BY-SA 3.0 | tiny edit "memoRization" -> "memoization" |
| May 20, 2014 at 6:02 | history | edited | Leo Fang | CC BY-SA 3.0 | Changed the title to better reveal the key point; feel free to change it if you have better idea! |
| May 20, 2014 at 3:27 | history | edited | Leo Fang | CC BY-SA 3.0 | added 6 characters in body |
| May 20, 2014 at 3:24 | comment | added | Leo Fang | @SimonWoods, this simple example works but it fails in a more complicated situation. Please see my updated text. Thank you. | |
| May 20, 2014 at 3:18 | history | edited | Leo Fang | CC BY-SA 3.0 | Add update to reply SimonWoods and m_goldberg |
| May 20, 2014 at 1:58 | answer | added | m_goldberg | timeline score: 2 | |
| May 19, 2014 at 21:30 | comment | added | Simon Woods | Oops, sorry, missed that. Maybe Function instead: (f[x_] := f[x] = #) &[test[x]] | |
| May 19, 2014 at 20:30 | comment | added | Leo Fang | @SimonWoods, it's not working: try f[#] & /@ Range[5] you'll get {x^2, x^2, x^2, x^2, x^2} instead of {1, 4, 9, 16, 25}. | |
| May 19, 2014 at 20:05 | comment | added | Simon Woods | How about With[{t = test[x]}, f[x_] := f[x] = t] | |
| May 19, 2014 at 19:29 | history | edited | Leo Fang | CC BY-SA 3.0 | added 21 characters in body |
| May 19, 2014 at 16:14 | history | edited | Leo Fang | CC BY-SA 3.0 | added 114 characters in body |
| May 19, 2014 at 15:57 | history | edited | Leo Fang | CC BY-SA 3.0 | added 45 characters in body; added 3 characters in body |
| May 19, 2014 at 15:51 | history | asked | Leo Fang | CC BY-SA 3.0 |