Package: pso 1.0.4

Claus Bendtsen
pso: Particle Swarm Optimization
Provides an implementation of particle swarm optimisation consistent with the standard PSO 2007/2011 by Maurice Clerc. Additionally a number of ancillary routines are provided for easy testing and graphics.
Authors:
pso_1.0.4.tar.gz
pso_1.0.4.tar.gz(r-4.7-any)pso_1.0.4.tar.gz(r-4.6-any)
pso_1.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
pso/json (API)
| # Install 'pso' in R: |
| install.packages('pso', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:067841ef07. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 124 | ||
| source / vignettes | OK | 186 | ||
| linux-release-x86_64 | OK | 120 | ||
| wasm-release | OK | 90 |
Exports:getSuccessRatelinesplotpointspsoptimtest.problem
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| A Particle Swarm Optimizer | pso-package pso |
| Methods for Function getSuccessRate | getSuccessRate getSuccessRate,test.result-method getSuccessRate-methods |
| Methods for Function lines | lines,test.result-method lines-methods |
| Plot methods for test.result objects | plot,test.result,missing-method plot-methods |
| Methods for Function points | points,test.result-method points-methods |
| Particle Swarm Optimizer | psoptim |
| Methods for function psoptim (Particle Swarm Optimization) | psoptim,ANY,ANY,ANY,ANY,ANY-method psoptim,test.problem,missing,missing,missing,missing-method psoptim-methods |
| Methods for Function show | show,test.problem-method show,test.result-method show-methods |
| Convenience constructor for the test.problem class. | test.problem |
| Class "test.problem" | test.problem-class |
| Class "test.result" | test.result-class |