|
Optimization: principles and algorithms, by Michel Bierlaire
|
List of Octave codes related to Chapter 7 of [1]. More...
Files | |
| file | ex0703.m |
| |
| file | ex0704.m |
| |
| file | ex0711.m |
| |
| file | ex0712.m |
| |
| file | machineEpsilon.m |
| Algorithm 7.1: calculation of the machine epsilon. | |
| file | newtonNVariables.m |
| Algorithm 7.3: Newton's method, n variables. | |
| file | newtonOneVariable.m |
| Algorithm 7.2: Newton's method, one variable. | |
| file | run0703.m |
| Runs example 7.3 with Newton's method, one variable. | |
| file | run0704.m |
| Runs example 7.4 with Newton's method, one variable. | |
| file | run0705.m |
| Runs example 7.5 with Newton's method, one variable. | |
| file | run0711.m |
| Runs example 7.11 with Newton's method, n variables. | |
| file | run0712.m |
| Runs example 7.12 with Newton's method, n variables. | |
| file | runMachineEpsilon.m |
| Calculate the machine epsilon. | |
List of Octave codes related to Chapter 7 of [1].