Ejemplo n.º 1
0
 def set_upper_bounds(*args): return _nlopt.opt_set_upper_bounds(*args)
 def get_stopval(*args): return _nlopt.opt_get_stopval(*args)
Ejemplo n.º 2
0
 def set_upper_bounds(self, *args):
     return _nlopt.opt_set_upper_bounds(self, *args)
Ejemplo n.º 3
0
Archivo: nlopt.py Proyecto: coin-or/oBB
 def set_upper_bounds(self, *args):
     return _nlopt.opt_set_upper_bounds(self, *args)