bundles / scipy 1.17.1 / scipy / optimize / _shgo_lib / _vertex / VertexBase / __init__
function
scipy.optimize._shgo_lib._vertex:VertexBase.__init__
Signature
def __init__ ( self , x , nn = None , index = None ) Summary
Initiation of a vertex object.
Parameters
x: tuple or vectorThe geometric location (domain).
nn: list, optionalNearest neighbour list.
index: int, optionalIndex of vertex.
Aliases
-
scipy.optimize._shgo_lib._vertex.VertexBase.__init__