ANNI - solver of a set of non-linear equations.

ANNI is robust derivative-free, population based solver of a set of non-linear equations.
1,1K download
Aggiornato 14 gen 2010

Visualizza la licenza

Let us suppose a set of non-linear equations in the form
F(m) = d
(m,d are vectors, F is a vector function of vector argument). ANNI tries to construct suitable numerical approximation for inverse projection of d to m, i.e. to find numerical form of
G(d) = m.
Such mapping may not exist in general, and therefore ANNI constructs data/model subspaces covered by population of individuals, for which the inverse G hopefully does exist at least locally. Size and shape of the population are determined adaptively by using empirical rules during the inversion. Numerical approximation of G is achieved by (i) linear regression, (ii) linear prediction (“Kriging”) and, (iii) radial basis function network.
ANNI is designed with respect to minimize the number of function evaluations. All computed individuals are stored in the internal data structure and are reused multiple times. Derivatives are not necessary, since in practice they are usually accessible in the form of differences only.
ANNI can be used for problems commonly solved by standard MATLAB function fsolve. ANNI is nearly as efficient as fsolve for simple problems, but it seems to be more robust for difficult problems when fsolve fails. ANNI can search for multiple roots of non-unique problems (fsolve cannot).
Rigorous description of ANNI algorithm is available in the attached pdf document.

Cita come

Bohuslav Ruzek (2024). ANNI - solver of a set of non-linear equations. (https://www.mathworks.com/matlabcentral/fileexchange/26350-anni-solver-of-a-set-of-non-linear-equations), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

Lines 111,114,117 were slightly corrected which I forgot to do after tuning the final version. The version just before this correction is working as well, but not so efficiently. Sorry for my mistake.

1.0.0.0