This is documentation for an old release of SciPy (version 0.7.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.0).
scipy.optimize.anderson2
-
scipy.optimize.anderson2(F, xin, iter=10, alpha=0.10000000000000001, M=5, w0=0.01, verbose=False)
Anderson method.
M=0 .... linear mixing
M=1 .... Anderson mixing with 2 iterations
M=2 .... Anderson mixing with 3 iterations
etc.
optimal is M=5