Optimization: principles and algorithms, by Michel Bierlaire
run1503torczon.m
Go to the documentation of this file.
1 %> \file
2 %> Runs example 15.3, the McKinnon example with Torczon's algorithm (Table 15.3)
3 %>
4 %> @note Calls \ref torczon
5 %>
6 %> @ingroup Running
7 %> @ingroup chap15
8 %> @author Michel Bierlaire
9 %> @date Sun Mar 22 10:28:53 2015
10 x0 = [1 (1.0+sqrt(33))/8.0 0 ; 1 (1.0-sqrt(33))/8.0 0] ;
11 solution = torczon('ex1503mcKinnon',x0,1.0e-5,100)
function ex1503mcKinnon(in x)
Example 15.3 in .
Copyright 2015-2018 Michel Bierlaire