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:
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 07 Mar. 2026.
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

Today's Hot Picks in Authors and Packages

testDriveR  
Teaching Data for Statistics and Data Science
Provides data sets for teaching statistics and data science courses. It includes a sample of data f ...
Download / Learn more Package Citations See dependency  
SAMtool  
Stock Assessment Methods Toolkit
Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform ...
Download / Learn more Package Citations See dependency  
lmSubsets  
Exact Variable-Subset Selection in Linear Regression
Exact and approximation algorithms for variable-subset selection in ordinary linear regression mode ...
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  
ReviewR  
A Light-Weight, Portable Tool for Reviewing Individual Patient Records
A portable Shiny tool to explore patient-level electronic health record data and perform chart revi ...
Download / Learn more Package Citations See dependency  
portalr  
Create Useful Summaries of the Portal Data
Download and generate summaries for the rodent, plant, ant, and weather data from the Portal Projec ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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