Package: ROptimus Title: A Parallel General-Purpose Adaptive Optimisation Engine Version: 3.0.0 Authors@R: c( person("Nicholas Andre G.", "Johnson", email = "nagj@mit.edu", role = "aut"), person("Liezel", "Tamon", email = "lizheltamon@gmail.com", role = "aut"), person("Xin", "Liu", email = "xin.liu.bio@gmail.com", role = "aut"), person("Aleksandr B.", "Sahakyan", email = "sahakyanlab@cantab.net", role = c("aut", "cre"))) Description: A general-purpose optimisation engine that supports i) Monte Carlo optimisation with Metropolis criterion [Metropolis et al. (1953) , Hastings (1970) ] and Acceptance Ratio Simulated Annealing [Kirkpatrick et al. (1983) , Černý (1985) ] on multiple cores, and ii) Acceptance Ratio Replica Exchange Monte Carlo Optimisation. In each case, the system pseudo-temperature is dynamically adjusted such that the observed acceptance ratio is kept near to the desired (fixed or changing) acceptance ratio. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: doParallel (>= 1.0.11), foreach (>= 1.4.4), iterators (>= 1.0.9), parallel (>= 3.4.2) Depends: R (>= 3.1.0) LazyData: true URL: https://github.com/SahakyanLab/ROptimus NeedsCompilation: no Repository: https://sahakyanlab.r-universe.dev Date/Publication: 2023-02-02 15:17:33 UTC RemoteUrl: https://github.com/sahakyanlab/roptimus RemoteRef: HEAD RemoteSha: d1f24ef6610c850b3dc024d344216a43f1d84fdb Packaged: 2026-07-16 06:52:02 UTC; root Author: Nicholas Andre G. Johnson [aut], Liezel Tamon [aut], Xin Liu [aut], Aleksandr B. Sahakyan [aut, cre] Maintainer: Aleksandr B. Sahakyan