diff options
author | Michaël Baudin <michael.baudin@scilab.org> | 2009-12-04 13:29:09 +0100 |
---|---|---|
committer | Michaël Baudin <michael.baudin@scilab.org> | 2009-12-04 13:29:09 +0100 |
commit | 3fc5ae76d557d502e0fef399c6128aa4bd955e36 (patch) | |
tree | ebb701c3cdf98e02b2b23f022f9e720b23096d31 /scilab_doc/neldermead/chapter-notations.tex | |
parent | 6b2f44b5b4c86ff9fa1da9e754ad746b7f684778 (diff) | |
download | scilab-3fc5ae76d557d502e0fef399c6128aa4bd955e36.zip scilab-3fc5ae76d557d502e0fef399c6128aa4bd955e36.tar.gz |
doc: fixed notation and abstract
Diffstat (limited to 'scilab_doc/neldermead/chapter-notations.tex')
-rw-r--r-- | scilab_doc/neldermead/chapter-notations.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scilab_doc/neldermead/chapter-notations.tex b/scilab_doc/neldermead/chapter-notations.tex index 226bcfe..0e42ab2 100644 --- a/scilab_doc/neldermead/chapter-notations.tex +++ b/scilab_doc/neldermead/chapter-notations.tex | |||
@@ -14,6 +14,8 @@ $S=\{\bv_i\}_{i=1,n+1}$ & a simplex (with $n+1$ vertices)\\ | |||
14 | $(\bv_i)_j$ & the $j$-th component of the $i$-th vertex\\ | 14 | $(\bv_i)_j$ & the $j$-th component of the $i$-th vertex\\ |
15 | $S_0$& the initial simplex\\ | 15 | $S_0$& the initial simplex\\ |
16 | $S_k$& the simplex at iteration $k$\\ | 16 | $S_k$& the simplex at iteration $k$\\ |
17 | $\bv_i^{(k)}$& the vertex $i$ at iteration $k$\\ | ||
18 | $f^k_i = f\left( \bv_i^(k) \right)$& the function value of the vertex $i$ at iteration $k$\\ | ||
17 | $f:\RR^n\rightarrow\RR$& the cost function\\ | 19 | $f:\RR^n\rightarrow\RR$& the cost function\\ |
18 | \hline | 20 | \hline |
19 | \end{tabular} | 21 | \end{tabular} |