vntrs: Variable Neighborhood Trust Region Search

Implements the variable neighborhood trust region search (VNTRS) algorithm for nonlinear global optimization, following Bierlaire et al. (2009) "A Heuristic for Nonlinear Global Optimization" <doi:10.1287/ijoc.1090.0343>. The method combines neighborhood exploration with a trust-region framework to search the solution space efficiently. It can terminate a local search early when the iterates converge toward a previously visited local optimum or when further improvement within the current region is unlikely. The algorithm can also be used to identify multiple local optima.

Version: 0.2.1
Imports: checkmate, oeli (≥ 0.7.5), Rcpp
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat (≥ 3.0.0)
Published: 2026-05-07
DOI: 10.32614/CRAN.package.vntrs
Author: Lennart Oelschläger ORCID iD [aut, cre]
Maintainer: Lennart Oelschläger <oelschlaeger.lennart at gmail.com>
BugReports: https://github.com/loelschlaeger/vntrs/issues
License: GPL-3
URL: https://loelschlaeger.de/vntrs/
NeedsCompilation: yes
Materials: README, NEWS
CRAN checks: vntrs results

Documentation:

Reference manual: vntrs.html , vntrs.pdf

Downloads:

Package source: vntrs_0.2.1.tar.gz
Windows binaries: r-devel: vntrs_0.2.0.zip, r-release: vntrs_0.2.0.zip, r-oldrel: vntrs_0.2.0.zip
macOS binaries: r-release (arm64): vntrs_0.2.1.tgz, r-oldrel (arm64): vntrs_0.2.1.tgz, r-release (x86_64): vntrs_0.2.1.tgz, r-oldrel (x86_64): vntrs_0.2.1.tgz
Old sources: vntrs archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=vntrs to link to this page.