|
Optimization Methods
for x 1. Use 2 iterations of the golden section search method to find the
minimizer of f(x). At the end of procedure, write the interval containing
the minimum.
starting with x(0) = (2, 2)T and by using
using Powell’s conjugate direction method staring with x(0) = (1, -1)T.
Starting with x(0) = (0.3, 0.8)T,
find the minimizing direction using
using the method of Lagrange multipliers. Determine by how much the optimal value of the objective function will increase or decrease as a result of a unit increase in the right-hand-side of the constraint.
|