File: INDEX

package info (click to toggle)
octave-optim 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 960 kB
  • sloc: cpp: 1,125; makefile: 66
file content (48 lines) | stat: -rw-r--r-- 874 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
optimization >> Optimization
Minimization
 minimize
 nelder_mead_min
 d2_min
 nrm
 fmin
 line_min
 powell
 fmins adsmax mdsmax nmsmax
 bfgsmin samin battery
 fminsearch
 cg_min
 de_min
 nonlin_min
Data fitting
 expfit
 wpolyfit
 leasqr
 nonlin_residmin
 nonlin_curvefit
 LinearRegression
Optimization statistics
 residmin_stat
 curvefit_stat
Zero finding
 vfzero
Compatibility
 fminunc_compat
 optimset_compat
 quadprog= try Yinyu Ye's <a href="http://dollar.biz.uiowa.edu/col/ye/matlab.html">code</a>
 linprog
Numerical derivatives
 dfdp dcdp dfpdp dfxpdp cdiff deriv
 numgradient numhessian jacobs cauchy
Pivoting
 cpiv_bard
 gjp
Tests
  test_min_1 test_min_2 test_min_3 test_min_4
  test_d2_min_1 test_d2_min_2 test_d2_min_3
  test_nelder_mead_min_1 test_nelder_mead_min_2
  poly_2_ex test_minimize_1
  optim_problems
Examples
 bfgsmin_example
 rosenbrock
 samin_example