Esempio n. 1
0
 def get_xtol_abs(*args): return _nlopt.opt_get_xtol_abs(*args)
 def set_xtol_abs(*args): return _nlopt.opt_set_xtol_abs(*args)
Esempio n. 2
0
 def get_xtol_abs(self, *args):
     return _nlopt.opt_get_xtol_abs(self, *args)
Esempio n. 3
0
File: nlopt.py Progetto: coin-or/oBB
 def get_xtol_abs(self, *args):
     return _nlopt.opt_get_xtol_abs(self, *args)