Optimization: principles and algorithms, by Michel Bierlaire
runGoldenSection.m
Go to the documentation of this file.
1 %> \file
2 %> Runs example 11.3 with golden section (see \ref goldenSection) (table 11.3)
3 %>
4 %> \note Calls \ref goldenSection
5 %>
6 %> @ingroup Running
7 %> @ingroup chap11
8 %> @author <a href="http://people.epfl.ch/michel.bierlaire">Michel Bierlaire</a>
9 %> @date Fri Mar 20 17:39:08 2015
10 
11 eps = 1.0e-3 ;
12 xstar = goldenSection('ex1103',5,10,eps)
13 
function goldenSection(in obj, in l, in u, in eps)
Find the global minimum of on , where is strictly unimodular on . If the function is not strictly u...
Copyright 2015-2018 Michel Bierlaire