Example #1
0
 def last_optimum_value(self):
     return _nlopt.opt_last_optimum_value(self)
Example #2
0
 def last_optimum_value(*args): return _nlopt.opt_last_optimum_value(*args)
 def get_algorithm(*args): return _nlopt.opt_get_algorithm(*args)
Example #3
0
File: nlopt.py Project: coin-or/oBB
 def last_optimum_value(self):
     return _nlopt.opt_last_optimum_value(self)
Example #4
0
 def last_optimum_value(self): return _nlopt.opt_last_optimum_value(self)
 def get_algorithm(self): return _nlopt.opt_get_algorithm(self)
Example #5
0
 def last_optimum_value(*args):
     return _nlopt.opt_last_optimum_value(*args)