Font size
WorksheetsKMK31503 Quiz 3: Classical Optimization Method
Total questions: 10
Worksheet time: 3mins
Which of the following optimization methods is a classical optimization method?
Newton's method
Random search
Linear Programming
Nonlinear programming
Which of the following is NOT the basic concept of the classical optimization method?
Continuity of functions
Linear programming problem statement
Non-linear program problem statement
Convexity and its application
Which of the following best describe the concept of the continuity of function?
A function is known as continuous when all of the points are connected
A function is known as discontinuous when all of the points are connected
A function can be both continuous and discontinuous.
A function can never be continuous and discontinuous in its derivatives.
Which of the following can be the non-linear program statement?
f=(x1−3)2+(x2+10)2
f=ax3+9x−96
f=x11−6x12+8x2
f=x28−x7+9
Which of the following classification is incorrect in the classification of the convexity?
xTHx>0 for all x=0
xTHx<0 for all x=0
xTHx≥0 for all x=0
xTHx<0 for some x and >0for other x
Which of the following is not an iterative method?
Newton's method
Quasi-Newton's method
Analytical method
Finite different approximations to derivatives
Which of the following is not the procedures for Newton's method?
Write down the f(x), f'(x) and f"(x)
Apply the equation: xk+1=xk+f"(xk)f′(xk)
Check the values of f(xk) and f(xk+1)
Continue iteration until two x values are similar
Which of the following is not the disadvantages of Newton's method?
The need to calculate both f'(x) and f"(x)
The method converges slowly if f"(x) is near zero
The method can converge if the initial point is not close to the minimum
Which of the following is the advantage of the finite difference approximations to derivatives?
The error introduced might be big due to finite differencing
The error introduced might be small due to finite differencing
The need to differentiate the function is not needed
The need to continue iteration is not needed
Which of the following is not the procedures of the Quasi-Newton method?
Identify xp and xq
Find the gradient between these two points
Calculate the new xp or xq
Write down the f(x), f'(x) and f"(x)
