Exemple #1
0
 def last_optimum_value(self):
     return _nlopt.opt_last_optimum_value(self)
Exemple #2
0
 def last_optimum_value(*args): return _nlopt.opt_last_optimum_value(*args)
 def get_algorithm(*args): return _nlopt.opt_get_algorithm(*args)
Exemple #3
0
 def last_optimum_value(self):
     return _nlopt.opt_last_optimum_value(self)
Exemple #4
0
 def last_optimum_value(self): return _nlopt.opt_last_optimum_value(self)
 def get_algorithm(self): return _nlopt.opt_get_algorithm(self)
Exemple #5
0
 def last_optimum_value(*args):
     return _nlopt.opt_last_optimum_value(*args)