Christophe Tribes
Christophe Tribes
In what follows, you can replace the NOMAD::Double::getEpsilon() with your value of H_MIN. `bool NOMAD::Eval::isFeasible(NOMAD::ComputeType computeType) const { if (NOMAD::EvalStatusType::EVAL_OK != _evalStatus) { throw NOMAD::Exception(__FILE__,__LINE__,"Eval::isFeasible: Needs status type EVAL_OK"); }...
Not yet. I was passing through the issues today when I realized I did not do it. I am currently looking how to do it. I will push the modif...
PSD-Mads in Nomad 4 is based upon OpenMP. In Nomad 3 it uses mpi. The algo is essentially the same in the two Nomad versions. In Nomad 4, the activation...
I see that std::map is the reason the out_of_range exception was triggered. In the release version we use map for accessing different of Eval values (BB and MODEL) for a...
On my side I will take some time to reproduce the problem with the files you shared. Thanks
In fact, quad models are disabled only for the search step of Mads. Other use of models are not disabled. I am really not sure this is the cause of...
I did some tests on your example (ran ~ 10 times) on OSX and Linux (both gcc) but I did not get the out_of_range exception. You can increase the display...
The way to test that the python script is working correctly is to put the initial point coordinates (2 6 5 1 0 1 16 5 1 0 1 2...
I just saw in the log that when running HyperNomad you have the following message: "sh: 1: python: not found". This means the python interpreter is not found when running...
You can try NOMAD_params = struct('display_degree','2','display_all_eval','no','bb_output_type','OBJ','bb_input_type',xtype_new,**'X0','x0s.txt**'); With x0s.txt a file containing one x0 point per line.