Package: globpso 1.3.0

globpso: Swarm Intelligence Optimization

A fast and flexible general-purpose implementation of Particle Swarm Optimization (PSO) and Differential Evolution (DE) for solving global minimization problems is provided. It is designed to handle complex optimization tasks with nonlinear, non-differentiable, and multi-modal objective functions defined by users. There are five types of PSO variants: Particle Swarm Optimization (PSO, Eberhart & Kennedy, 1995) <doi:10.1109/MHS.1995.494215>, Quantum-behaved particle Swarm Optimization (QPSO, Sun et al., 2004) <doi:10.1109/CEC.2004.1330875>, Locally convergent rotationally invariant particle swarm optimization (LcRiPSO, Bonyadi & Michalewicz, 2014) <doi:10.1007/s11721-014-0095-1>, Competitive Swarm Optimizer (CSO, Cheng & Jin, 2015) <doi:10.1109/TCYB.2014.2322602> and Double exponential particle swarm optimization (DExPSO, Stehlik et al., 2024) <doi:10.1016/j.asoc.2024.111913>. For the DE algorithm, six types in Storn, R. & Price, K. (1997) <doi:10.1023/A:1008202821328> are included: DE/rand/1, DE/rand/2, DE/best/1, DE/best/2, DE/rand_to-best/1 and DE/rand_to-best/2.

Authors:Ping-Yang Chen [aut, cre], Russell Eberhart [ctb], Kennedy Kennedy [ctb], Jun Sun [ctb], Bin Feng [ctb], Wenbo Xu [ctb], Mohammad Reza Bonyadi [ctb], Zbigniew Michalewicz [ctb], Ran Cheng [ctb], Yaochu Jin [ctb], Milan Stehlík [ctb], Weng Kee Wong [ctb], Jozef Kiseľák [ctb], Rainer Storn [ctb], Kenneth Price [ctb], Okazaki Naoaki [cph]

globpso_1.3.0.tar.gz
globpso_1.3.0.zip(r-4.7)globpso_1.3.0.zip(r-4.6)globpso_1.3.0.zip(r-4.5)
globpso_1.3.0.tgz(r-4.6-x86_64)globpso_1.3.0.tgz(r-4.6-arm64)globpso_1.3.0.tgz(r-4.5-x86_64)globpso_1.3.0.tgz(r-4.5-arm64)
globpso_1.3.0.tar.gz(r-4.7-arm64)globpso_1.3.0.tar.gz(r-4.7-x86_64)globpso_1.3.0.tar.gz(r-4.6-arm64)globpso_1.3.0.tar.gz(r-4.6-x86_64)
globpso_1.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
globpso/json (API)

# Install 'globpso' in R:
install.packages('globpso', repos = c('https://pingyangchen.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/pingyangchen/globpso/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

pso-algorithmcpp

4.27 score 5 stars 1 packages 25 scripts 210 downloads 4 exports 2 dependencies

Last updated from:1cbf472070. Checks:11 WARNING, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64WARNING125
linux-devel-x86_64WARNING123
source / vignettesOK199
linux-release-arm64WARNING117
linux-release-x86_64WARNING130
macos-release-arm64WARNING80
macos-release-x86_64WARNING197
macos-oldrel-arm64WARNING128
macos-oldrel-x86_64WARNING182
windows-develWARNING111
windows-releaseWARNING184
windows-oldrelWARNING131
wasm-releaseOK104

Exports:diffevogetDEInfogetPSOInfoglobpso

Dependencies:RcppRcppArmadillo