Christophe Tribes

Results 65 comments of Christophe Tribes
trafficstars

In Nomad we keep all solutions. When several x0s are provided, they are all evaluated. The poll and search steps are centered around the best feasible and infeasible solutions. But...

You can check that PyNomad is working with the provided simple examples in https://github.com/bbopt/nomad/tree/master/examples/advanced/library/PyNomad. It should work as the output you provided shows that PyNomad is a valid binary. The...

With the default mesh and direction type used by Nomad, binary variables are converted into integer variables (granularity 1) with 0 and 1 bounds. Other direction types maybe developed in...

Quadratic models are not yet available for DMulti-Mads. We are working on it! We hope it will improve the performance of DMultiMads. It will be available in the next release.

As of version 4.5.0, DMultiMads has several options for search methods: NM et Quad with each some variants.