Optimization: principles and algorithms, by Michel Bierlaire
|
Algorithm 15.2: Torczon algorithm. More...
Go to the source code of this file.
Functions | |
function | torczon (in obj, in x0, in eps, in maxiter) |
Applies Torczon's algorithm to solve ![]() ![]() | |
Algorithm 15.2: Torczon algorithm.
Implementation of algorithm 15.2 of [1]
Definition in file torczon.m.
function torczon | ( | in | obj, |
in | x0, | ||
in | eps, | ||
in | maxiter | ||
) |
Applies Torczon's algorithm to solve where
.
obj | the name of the Octave function defining f(x) |
x0 | matrix nx(n+1) containnig the initial simplex |
eps | algorithm stops if ![]() |
maxiter | maximum number of iterations (Default: 100) |