Christophe Tribes
Christophe Tribes
The parameter to control the number of evaluations done for each VNS Search is not working properly. When the quad model search is enabled, it resets the max number of...
When I use “SGTELIB_MODEL_SEARCH yes”, the code results in a segmentation fault: “NOMAD::Exception thrown (/Users/runner/work/nomad/nomad/src/Eval/EvaluatorControl.cpp, 2150) Incompatible eval type. Thread num is: 0 eval point thread num is: 0”.
Mads needs an initial point to run. Usually this point is set as part of the optim pb definition. X0s can also be obtained by LH sampling. But, for a...
Build with gcc@8 is not working with OpenMP enabled. See image. With version gcc@11 and above build is working. Versions 9 and 10 still need to be tested. To disable...
Stats for multi-objective optimization are not very clear by default. To obtain all evaluations and have the objectives values we need to have : DISPLAY_ALL_EVAL true DISPLAY_STATS BBE BBO It...