hzambran / hydroPSO

Model-Independent Particle Swarm Optimisation for Environmental Models
https://cran.r-project.org/package=hydroPSO
GNU General Public License v2.0
36 stars 18 forks source link

allow fn!=hydromod to return sim (same as hydromod) #9

Open jthurner opened 6 years ago

jthurner commented 6 years ago

Allows custom fn functions to return the model results along with GoF, in the same way as hydromod.

For the parallelised branches, I only tested "parallel" on Linux (although multicore is long deprecated and "parallelWIN" should return identical to "parallel").

jthurner commented 5 years ago

Rebased on top of current master.