diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2017-01-16 17:05:13 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2017-01-16 17:05:13 -0500 |
commit | 1b27f9aaca2df2f43fc1a0999ef3f428a2ba33b6 (patch) | |
tree | 67ce6c30246404ef4e4d048b76779b865e6eec08 | |
parent | 338610c2cc21545a3f1deb406aa0a769275595e1 (diff) | |
parent | 59b7edbeb0a083ff660b73c2e5a1eeb8c8219f3f (diff) | |
download | bibliography-1b27f9aaca2df2f43fc1a0999ef3f428a2ba33b6.tar.gz bibliography-1b27f9aaca2df2f43fc1a0999ef3f428a2ba33b6.zip |
Merge branch 'master' of qo.physics.wm.edu:/bibliography
-rw-r--r-- | matlabbook.bib | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/matlabbook.bib b/matlabbook.bib index fe90d0c..6d8cb63 100644 --- a/matlabbook.bib +++ b/matlabbook.bib @@ -38,3 +38,78 @@ address = {New York, NY, USA}, } +@misc{NIST_rng_check, + title = {A Statistical Test Suite for the Validation of Random + Number Generators and Pseudo Random Number Generators for + Cryptographic Applications.}, + howpublished = {\url{http://csrc.nist.gov/groups/ST/toolkit/rng/documentation_software.html}}, + note = {Accessed: 2016-10-09} +} + +@book{knuth_cominatorial_book_part1, + author = {Donald E. Knuth}, + title = {The Art of Computer Programming, Volume 4A: Combinatorial + Algorithms, Part 1}, + year = {2011}, + isbn = {0201038048, 978-0201038040}, + edition = {3}, + publisher = {Addison-Wesley Professional}, +} + +@article{bellman1962traveling_salesman_problem, + author = {Bellman, Richard}, + title = {Dynamic Programming Treatment of the Travelling Salesman Problem}, + journal = {Journal of the ACM}, + issue_date = {Jan. 1962}, + volume = {9}, + number = {1}, + month = jan, + year = {1962}, + issn = {0004-5411}, + pages = {61--63}, + numpages = {3}, + url = {http://doi.acm.org/10.1145/321105.321111}, + doi = {10.1145/321105.321111}, + acmid = {321111}, + publisher = {ACM}, + address = {New York, NY, USA}, +} + +@article{metropolis1953, + author = {{Metropolis}, N. and {Rosenbluth}, A.~W. and {Rosenbluth}, M.~N. and + {Teller}, A.~H. and {Teller}, E.}, + title = "{Equation of State Calculations by Fast Computing Machines}", + journal = {J. Chem. Phys.}, + year = 1953, + month = jun, + volume = 21, + pages = {1087--1092}, + doi = {10.1063/1.1699114} +} + +@article{granville1994SimulatedAnnealingConvergence, + author={V. Granville and M. Krivanek and J. P. Rasson}, + journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, + title={Simulated annealing: a proof of convergence}, + year={1994}, + volume={16}, + number={6}, + pages={652-656}, + keywords={convergence;image processing;simulated annealing;Metropolis procedure;binary image filtering;convergence;simulated annealing;Analytical models;Convergence;Cooling;Image processing;Image segmentation;Machine intelligence;Pattern recognition;Shape;Simulated annealing;Stochastic processes}, + doi={10.1109/34.295910}, + ISSN={0162-8828}, + month={Jun}, +} + +@book{darwin1859, + author = {Charles Darwin}, + title = {On the Origin of Species by Means of Natural Selection, or the Preservation of Favoured Races in the Struggle for Life}, + year = {1859}, + edition = {1} +} + +@misc{holistic_num_methods, + title = {Holistic Numerical Methods}, + howpublished = {\url{http://mathforcollege.com/nm/}}, + note = {Accessed: 2016-11-09} +} |