CRAN/E | neighbours

neighbours

Neighbourhood Functions for Local-Search Algorithms

Installation

About

Neighbourhood functions are key components of local-search algorithms such as Simulated Annealing or Threshold Accepting. These functions take a solution and return a slightly-modified copy of it, i.e. a neighbour. The package provides a function neighbourfun() that constructs such neighbourhood functions, based on parameters such as admissible ranges for elements in a solution. Supported are numeric and logical solutions. The algorithms were originally created for portfolio-optimisation applications, but can be used for other models as well. Several recipes for neighbour computations are taken from "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658).

enricoschumann.net/R/packages/neighbours/
sr.ht/~enricoschumann/neighbours/
github.com/enricoschumann/neighbours

Key Metrics

Version 0.1-3
R ≥ 3.3
Published 2023-09-21 228 days ago
Needs compilation? no
License GPL-3
CRAN checks neighbours results

Downloads

Yesterday 5 +67%
Last 7 days 57 -42%
Last 30 days 231 -5%
Last 90 days 667 -23%
Last 365 days 2.824 +74%

Maintainer

Maintainer

Enrico Schumann

es@enricoschumann.net

Authors

Enrico Schumann

aut / cre

Material

README
NEWS
ChangeLog
Reference manual
Package source

Vignettes

Neighbourhood functions

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

neighbours archive

Depends

R ≥ 3.3

Suggests

NMOF
quadprog
tinytest