salomonl

Results 23 comments of salomonl

```julia import GalacticOptim import NOMAD import Distributed import SharedArrays Distributed.@everywhere begin rosenbrock(x, p) = (p[1] - x[1])^2 + p[2] * (x[2] - x[1]^2)^2 p = [1.0, 100.0] end sols =...

We will correct it. Thank you for spotting it.