Exemplo 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)
Exemplo n.º 2
0
 def get_xtol_abs(self, *args):
     return _nlopt.opt_get_xtol_abs(self, *args)
Exemplo n.º 3
0
Arquivo: nlopt.py Projeto: coin-or/oBB
 def get_xtol_abs(self, *args):
     return _nlopt.opt_get_xtol_abs(self, *args)