|
| 1 | +citHeader("To cite 'RcppEnsmallen' in publications use:") |
| 2 | + |
| 3 | +citEntry(entry = "Manual", |
| 4 | + title = "{RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo'}", |
| 5 | + author = personList(as.person("James Joseph Balamuta"), |
| 6 | + as.person("Dirk Eddelbuettel") |
| 7 | + ), |
| 8 | + year = 2018, |
| 9 | + textVersion = paste("James Joseph Balamuta and Dirk Eddelbuettel (2018)", |
| 10 | + "RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo'.", |
| 11 | + "URL https://cran.r-project.org/package=RcppEnsmallen.") |
| 12 | +) |
| 13 | + |
| 14 | +citEntry(entry = "Article", |
| 15 | + title = "{ensmallen: a flexible C++ library for efficient function optimization}", |
| 16 | + author = personList(as.person("Shikhar Bhardwaj"), |
| 17 | + as.person("Ryan R. Curtin"), |
| 18 | + as.person("Marcus Edel"), |
| 19 | + as.person("Yannis Mentekidis"), |
| 20 | + as.person("Conrad Sanderson")), |
| 21 | + journal = "{ArXiv e-prints}", |
| 22 | + archivePrefix = "arXiv", |
| 23 | + eprint = "{1810.09361}", |
| 24 | + primaryClass = "cs.MS", |
| 25 | + keywords = "{Computer Science - Mathematical Software, Computer Science - Machine Learning, Mathematics - Optimization and Control, 65K10, 68N99, 68W99, 90C53, G.1.6, G.4}", |
| 26 | + year = "2018", |
| 27 | + month = "oct", |
| 28 | + textVersion = paste("Shikhar Bhardwaj, Ryan R. Curtin, Marcus Edel, Yannis Mentekidis, and Conrad Sanderson (2018).", |
| 29 | + "ensmallen: a flexible C++ library for efficient function optimization.", |
| 30 | + "ArXiv e-prints, 1810.09361, cs.MS.", |
| 31 | + "URL https://arxiv.org/abs/1810.09361.") |
| 32 | +) |
0 commit comments