Christophe Tribes
Christophe Tribes
To use the LH_SEARCH and no X0, do the following - Set an empty X0 (X0=[]) - provide LH_SEARCH in params: `params = [....,"LH_SEARCH 10 0", "EVAL_OPPORTUNISTIC false"]` Please note...
When testing with Linux (build with gcc 11) and OSX (build with gcc 11), evaluations are done in parallel for LH. When using OSX (build with Clang 13) OpenMP is...
The behaviour you observe is not intended. I cannot reproduce this behavior on Linux with gcc. I observe that the number of parallel evaluations is not maximal but there is...
Thanks for the test. I am able to reproduce the behaviour. The initial LH point evaluations are not parallelized. I have also tested without NB_THREADS_OPENMP and LH_SEARCH 10 0 and...
I found the cause of this behaviour. At some point we decided to move the initialization step of an algo out of the OpenMP parallel loop because it could be...
Thanks. Indeed the POP_BACK sub-command to format the display is not supported in CMake 3.14 but is available in 3.15 and up. Another option is to replace line 145: list(POP_BACK...
When you comment the `signal` function calls in `NOMAD::Algorithm::init()` (see below), doest it fixes the threading issue ? ``` /** Step::userInterrupt() will be called if CTRL-C is pressed. * Currently,...
Have you tried to remove the build directory and redo the steps ?
I will try to reproduce the behaviour. Does it work without the -DBUILD_INTERFACE_PYTHON=ON ?
Everything went well when building with -DBUILD_INTERFACE_PYTHON=ON ? If there is an issue with Python you should see that when building the Nomad python interface (PyNomad.dll). In that case the...