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