示例#1
0
 def last_optimum_value(self):
     return _nlopt.opt_last_optimum_value(self)
示例#2
0
 def last_optimum_value(*args): return _nlopt.opt_last_optimum_value(*args)
 def get_algorithm(*args): return _nlopt.opt_get_algorithm(*args)
示例#3
0
文件: nlopt.py 项目: coin-or/oBB
 def last_optimum_value(self):
     return _nlopt.opt_last_optimum_value(self)
示例#4
0
文件: nlopt.py 项目: MLDL/bayesopt
 def last_optimum_value(self): return _nlopt.opt_last_optimum_value(self)
 def get_algorithm(self): return _nlopt.opt_get_algorithm(self)
示例#5
0
 def last_optimum_value(*args):
     return _nlopt.opt_last_optimum_value(*args)