The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

neighbours

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 single function, neighbourfun(), that produce a neighbourhood function, based on various parameters such as minimum or maximum values. Currently supported are numeric and logical solutions. The algorithms were originally created for portfolio-optimization models, but can also be used for other models.

[More]

Installing the package

The latest released version is available from http://enricoschumann.net. In an R session, just type:

install.packages('neighbours,
                 repos = c('http://enricoschumann.net/R', getOption('repos')))

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.