Package: graDiEnt 1.1.0
graDiEnt: Stochastic Quasi-Gradient Differential Evolution Optimization
An optim-style implementation of the Stochastic Quasi-Gradient Differential Evolution (SQG-DE) optimization algorithm first published by Sala, Baldanzini, and Pierini (2018; <doi:10.1007/978-3-319-72926-8_27>). This optimization algorithm fuses the robustness of the population-based global optimization algorithm "Differential Evolution" with the efficiency of gradient-based optimization. The derivative-free algorithm uses population members to build stochastic gradient estimates, without any additional objective function evaluations. Sala, Baldanzini, and Pierini argue this algorithm is useful for 'difficult optimization problems under a tight function evaluation budget.' This package can run SQG-DE in parallel and sequentially.
Authors:
graDiEnt_1.1.0.tar.gz
graDiEnt_1.1.0.zip(r-4.7)graDiEnt_1.1.0.zip(r-4.6)graDiEnt_1.1.0.zip(r-4.5)
graDiEnt_1.1.0.tgz(r-4.6-any)graDiEnt_1.1.0.tgz(r-4.5-any)
graDiEnt_1.1.0.tar.gz(r-4.7-any)graDiEnt_1.1.0.tar.gz(r-4.6-any)
graDiEnt_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
graDiEnt/json (API)
NEWS
| # Install 'graDiEnt' in R: |
| install.packages('graDiEnt', repos = c('https://bmgaldo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bmgaldo/gradient/issues
Last updated from:fd8f83eb6e. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 155 | ||
| linux-release-x86_64 | OK | 106 | ||
| macos-release-arm64 | OK | 91 | ||
| macos-oldrel-arm64 | OK | 81 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 73 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 74 |
Exports:GetAlgoParamsoptim_SQGDE
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| GetAlgoParams | GetAlgoParams |
| optim_SQGDE | optim_SQGDE |
