nlopt-js icon indicating copy to clipboard operation
nlopt-js copied to clipboard

⚡ NLopt-js is a port of the NLopt C++ optimization library

Results 1 nlopt-js issues
Sort by recently updated
recently updated
newest added

In the [nlopt documentation](https://nlopt.readthedocs.io/en/latest/NLopt_Tutorial/) 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](https://github.com/BertrandBev/nlopt-js/blob/master/src/nlopt.mjs#L52) that function...