Currently, result = solve(problem, x0) yields a tuple with only the best feasible and infeasible found points + their related objective values.
It may be of use to return other outputs yielded by NOMAD via this object, e.g. the actual number of blackbox evaluations performed and the last value of the mesh size parameter.
Currently,
result = solve(problem, x0)yields a tuple with only the best feasible and infeasible found points + their related objective values.It may be of use to return other outputs yielded by NOMAD via this object, e.g. the actual number of blackbox evaluations performed and the last value of the mesh size parameter.