You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the BB_REDIRECTION parameter in NOMAD 3 is deprecated in NOMAD 4.
I would like my own black box to handle the output file writing. I do this in NOMAD 3 by setting BB_REDIRECTION no.
How can I communicate this setting in NOMAD 4?
The blackbox program must return the evaluation values by displaying them in the standard output (default) or by writing them in an output file (see Advanced functionalities about advanced output options).
I see that the
BB_REDIRECTION
parameter in NOMAD 3 is deprecated in NOMAD 4.I would like my own black box to handle the output file writing. I do this in NOMAD 3 by setting
BB_REDIRECTION no
.How can I communicate this setting in NOMAD 4?
The documentations mentions that black boxes may write output files, but I cannot find how to do it in the linked Advanced functionalities section.
The text was updated successfully, but these errors were encountered: