nlopt-js
nlopt-js copied to clipboard
Possible missing function: set_xtol_rel
In the nlopt documentation there's a function set_xtol_rel which sets the overall solver tolerance to error, which is an important config parameter. But looking at the code here that function seems to be missing. Could it be added?
@BertrandBev Any insights on this?