示例#1
0
 def front(self):
     return _nlopt.nlopt_doublevector_front(self)
示例#2
0
文件: nlopt.py 项目: MLDL/bayesopt
 def front(self): return _nlopt.nlopt_doublevector_front(self)
 def back(self): return _nlopt.nlopt_doublevector_back(self)
示例#3
0
 def front(*args): return _nlopt.nlopt_doublevector_front(*args)
 def back(*args): return _nlopt.nlopt_doublevector_back(*args)
示例#4
0
 def front(*args):
     return _nlopt.nlopt_doublevector_front(*args)