Christophe Tribes
Christophe Tribes
Thanks for the suggestion. It works for me in a virtual environment.
The comment refers to a previous version of Nomad. In version 4.4.0, initial LH and X0s are always evaluated non-opportunistically.
This feature is now implemented and will be available in the next release 4.4. The release will be available in November.
It should work with Python version > 3.6. Nothing special is required. Something that can go wrong is the path where Nomad libraries are located. Here are some checks that...
There are several tricky things when building/import PyNomad. One is the compatibility between the compiler and the Python version. For example, in my case (OSX), I have _(base) christophe@Fol-de-Dol nomad4dev_Copy2...
When importing PyNomad in Python is not working another option exists. Nomad can optimize on a Python blackbox without using the PyNomad interface in batch mode (see user guide). A...
Visual Studio 15 works for me when building PyNomad. I tried with MinGW and it is not working as is.
The building procedure has changed for release v.4.4.0. Maybe it can help solving the problem. Also, PyNomad binaries are now available at https://pypi.org/project/PyNomadBBO/
Parameters h_min and h_norm have not yet been transferred to Nomad 4. I increased the priority of this modif in the todo list.
It is still possible to patch your version to get the equivalent of h_min and h_norm. Computation of H is done in the Eval class.