You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s unclear exactly what your settings are, but you need at least d+1 points to fit an RBF with a linear tail. Thus, if you run in asynchronous mode with p workers you need at least p+d initial design points.
I am trying to run the script using this command:
mpiexec -n 20 python mpi_example.py
Unfortunately, it fails with AssertionError. And it works just fine with 10 workers (example below.)
Could you please explain what has happened?
The text was updated successfully, but these errors were encountered: