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

Questions about parallel with hydroPSO #22

Closed WatershedFlow closed 3 years ago

WatershedFlow commented 3 years ago

Hi Mauricio,

I would like to use parallel function with hydroPSO. I think our machine here is Window based. I read your instruction, it seems that there are not many examples to show how to use such function, or maybe I just missed that part. Please provide some examples on how to use parallel in Window based machine. Thanks so much Kangsheng

hzambran commented 3 years ago

You're right, I don't use Windows anymore so I'm not able to test the functions of the hydroPSO package in a Windows machine.

However, I have fixed all the issues reported by some Windows users.

Did you read Section 9 (Pag 93) in the hydroPSO vignette for SWAT2005 and MODFLOW2005 ?

WatershedFlow commented 3 years ago

Thanks so much, Mauricio, I did it later on and fixed that by following your example. Just three lines, it works perfectly. we have a HPC so that I can run with 15 or 20 cores, it is very fast.

Kangheng

On Wed, Nov 18, 2020 at 7:13 AM Mauricio Zambrano-Bigiarini < notifications@github.com> wrote:

You're right, I don't use Windows anymore so I'm not able to test the functions of the hydroPSO package in a Windows machine.

However, I have fixed all the issues reported by some Windows users.

Did you read Section 9 (Pag 93) in the hydroPSO vignette https://www.rforge.net/hydroPSO/files/hydroPSO_vignette.pdf for SWAT2005 and MODFLOW2005 ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hzambran/hydroPSO/issues/22#issuecomment-729668013, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANAH2JPBX4I6LOBJY46NGU3SQPCALANCNFSM4TUY32PA .

hzambran commented 3 years ago

Perfect !. Thanks for confirming.