Christophe Tribes

Results 65 comments of Christophe Tribes

I don't have a PYTHONPATH variable but I have the path to Nomad libraries directory (c:/Users/ctribes\Documents\GitHub\nomad\build\release\bin in my case) in the %PATH% variable. When building Nomad with Python interface I...

This issue is related to openMP use. Very difficult to debug.

I will look into that soon. Thanks for reporting this issue.

I have made a few changes to prevent this bug. These changes are available in the **master** and **develop** branches. Right now it is NOT available in the Nomad tar.gz....

I will look into that as soon as possible.

This target 'interfaces/jNomad/SWIGTYPE_p_NOMAD_4_1__EvalParameters.java' is not really needed (and NOMAD_4_1 is the wrong version). I have fixed this in Develop and Master branches. It will available in next tagged version 4.3.

The iteration function is not handled in v4.2.0. Let me check how it can be done. Most of the nomadmex.cpp source code is the same but iteration function was not...

The iteration function in Matlab interface for Nomad 3.9 is used for stopping the optimization nicely. The information available to stop or not is the same as what is in...

Thanks for giving details about this use case for iteration function. I can implement the iteration function as a patch available when compiling with a flag.

A fix is available in the develop branch. It will make its way into a new release later. There is no need to provide a special flag during the compilation...