示例#1
0
 def remove_inequality_constraints(self):
     return _nlopt.opt_remove_inequality_constraints(self)
示例#2
0
文件: nlopt.py 项目: MLDL/bayesopt
 def remove_inequality_constraints(self): return _nlopt.opt_remove_inequality_constraints(self)
 def remove_equality_constraints(self): return _nlopt.opt_remove_equality_constraints(self)
示例#3
0
 def remove_inequality_constraints(*args): return _nlopt.opt_remove_inequality_constraints(*args)
 def remove_equality_constraints(*args): return _nlopt.opt_remove_equality_constraints(*args)
示例#4
0
 def remove_inequality_constraints(*args):
     return _nlopt.opt_remove_inequality_constraints(*args)