Package: neighbours 0.1-3
neighbours: Neighbourhood Functions for Local-Search Algorithms
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).
Authors:
neighbours_0.1-3.tar.gz
neighbours_0.1-3.zip(r-4.5)neighbours_0.1-3.zip(r-4.4)neighbours_0.1-3.zip(r-4.3)
neighbours_0.1-3.tgz(r-4.4-any)neighbours_0.1-3.tgz(r-4.3-any)
neighbours_0.1-3.tar.gz(r-4.5-noble)neighbours_0.1-3.tar.gz(r-4.4-noble)
neighbours_0.1-3.tgz(r-4.4-emscripten)neighbours_0.1-3.tgz(r-4.3-emscripten)
neighbours.pdf |neighbours.html✨
neighbours/json (API)
NEWS
# Install 'neighbours' in R: |
install.packages('neighbours', repos = c('https://enricoschumann.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/enricoschumann/neighbours/issues
algorithmslocal-searchmachine-learningneighbourhood-functionsneighbourssimulated-annealingsubset-selectionthreshold-accepting
Last updated 1 years agofrom:8e39b27f39. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
Exports:compare_vectorsneighborfunneighbourfunnext_subset
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Compare Vectors | compare_vectors |
Neighbourhood Functions | neighbours-package neighborfun neighbors neighbourfun neighbours |
Select Next Subset | next_subset |