Other packages > Find by keyword >

hydroPSO  

Particle Swarm Optimisation, with Focus on Environmental Models
View on CRAN: Click here


Download and install hydroPSO package within the R console
Install from CRAN:
install.packages("hydroPSO")

Install from Github:
library("remotes")
install_github("cran/hydroPSO")

Install by package version:
library("remotes")
install_version("hydroPSO", "0.5-1")



Attach the package and use:
library("hydroPSO")
Maintained by
Mauricio Zambrano-Bigiarini
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-04-13
Latest Update: 2020-04-29
Description:
State-of-the-art version of the Particle Swarm Optimisation (PSO) algorithm (SPSO-2011 and SPSO-2007 capable). hydroPSO can be used as a replacement of the 'optim' R function for (global) optimization of non-smooth and non-linear functions. However, the main focus of hydroPSO is the calibration of environmental and other real-world models that need to be executed from the system console. hydroPSO is model-independent, allowing the user to easily interface any computer simulation model with the calibration engine (PSO). hydroPSO communicates with the model through the model's own input and output files, without requiring access to the model's source code. Several PSO variants and controlling options are included to fine-tune the performance of the calibration engine to different calibration problems. An advanced sensitivity analysis function together with user-friendly plotting summaries facilitate the interpretation and assessment of the calibration results. hydroPSO is parallel-capable, to alleviate the computational burden of complex models with "long" execution time. Bugs reports/comments/questions are very welcomed (in English, Spanish or Italian). See Zambrano-Bigiarini and Rojas (2013) for more details.
How to cite:
Mauricio Zambrano-Bigiarini (2012). hydroPSO: Particle Swarm Optimisation, with Focus on Environmental Models. R package version 0.5-1, https://cran.r-project.org/web/packages/hydroPSO. Accessed 22 Apr. 2025.
Previous versions and publish date:
0.1-54-1 (2012-04-13 13:03), 0.1-55 (2012-05-11 15:08), 0.1-56 (2012-06-14 17:13), 0.1-57 (2012-06-29 12:46), 0.1-58 (2012-09-14 18:48), 0.2-0 (2012-11-29 19:26), 0.3-0 (2012-12-20 09:27), 0.3-1-1 (2013-05-10 16:38), 0.3-2 (2013-05-29 07:48), 0.3-3 (2013-06-06 14:05), 0.3-4 (2014-04-13 00:39), 0.4-1 (2018-06-12 22:29), 0.5-0 (2020-03-18 09:40), 0.5-1 (2020-04-29 07:10)
Other packages that cited hydroPSO R package
View hydroPSO citation profile
Other R packages that hydroPSO depends, imports, suggests or enhances
Downloads during the last 30 days
03/2303/2804/0204/0404/0504/0604/0704/0804/1104/1204/1304/1704/18Downloads for hydroPSO051015202530TrendBars

Today's Hot Picks in Authors and Packages

Qest  
Quantile-Based Estimator
Quantile-based estimators (Q-estimators) can be used to fit any parametric distribution, using its q ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
optimStrat  
Choosing the Sample Strategy
Intended to assist in the choice of the sampling strategy to implement in a survey. ...
Download / Learn more Package Citations See dependency  
phylosamp  
Sample Size Calculations for Molecular and Phylogenetic Studies
Implements novel tools for estimating sample sizes needed for phylogenetic studies, including studi ...
Download / Learn more Package Citations See dependency  
ino  
Initialization of Numerical Optimization
Analysis of the initialization for numerical optimization of real-valued functions, including likel ...
Download / Learn more Package Citations See dependency  
GWPR.light  
Geographically Weighted Panel Regression
Geographically weighted panel regression is grounded in a branch of spatial statistics. Using geogra ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA