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.5-noble)pso_1.0.4.tar.gz(r-4.4-noble)
pso_1.0.4.tgz(r-4.4-emscripten)pso_1.0.4.tgz(r-4.3-emscripten)
pso.pdf |pso.html✨
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 3 years agofrom:067841ef07. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
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 |