bundles / scipy latest / scipy / optimize / _shgo_lib / _complex / Complex / connect_vertex_non_symm
function
scipy.optimize._shgo_lib._complex:Complex.connect_vertex_non_symm
Signature
def connect_vertex_non_symm ( self , v_x , near = None ) Summary
Adds a vertex at coords v_x to the complex that is not symmetric to the initial triangulation and sub-triangulation.
Extended Summary
If near is specified (for example; a star domain or collections of cells known to contain v) then only those simplices containd in near will be searched, this greatly speeds up the process.
If near is not specified this method will search the entire simplicial complex structure.
Parameters
v_x: tupleCoordinates of non-symmetric vertex
near: set or listList of vertices, these are points near v to check for
Aliases
-
scipy.optimize._shgo.Complex.connect_vertex_non_symm