{ } Raw JSON

bundles / scipy latest / scipy / optimize / _shgo_lib / _vertex / VertexBase / __init__

function

scipy.optimize._shgo_lib._vertex:VertexBase.__init__

source: /scipy/optimize/_shgo_lib/_vertex.py :13

Signature

def   __init__ ( self x nn = None index = None )

Summary

Initiation of a vertex object.

Parameters

x : tuple or vector

The geometric location (domain).

nn : list, optional

Nearest neighbour list.

index : int, optional

Index of vertex.

Aliases

  • scipy.optimize._shgo_lib._vertex.VertexBase.__init__