{ } Raw JSON

bundles / scipy 1.17.1 / scipy / optimize / _shgo_lib / _complex / Complex / connect_vertex_non_symm

function

scipy.optimize._shgo_lib._complex:Complex.connect_vertex_non_symm

source: /scipy/optimize/_shgo_lib/_complex.py :1075

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 : tuple

Coordinates of non-symmetric vertex

near : set or list

List of vertices, these are points near v to check for

Aliases

  • scipy.optimize._shgo.Complex.connect_vertex_non_symm