Displaying 1 result from an estimated 1 matches for "lhoat".
Did you mean:
lhat
2013 May 09
0
error with lhoat() function from the package hydroPSO
Dear all,
I just installed the package hydroPSO and when I try to run the example of
the lhoat() function I got this error:
nparam <- 5
lhoat(
fn=sphere,
lower=rep(-100,nparam),
upper=rep(100,nparam),
control=list(N=10, f=0.1, write2disk=TRUE)
)
*Error in fn.name == "hydromod" : *
* comparison (1) is possible only for atomic and list types*...