0% found this document useful (0 votes)
493 views

06 Convex Optimization - MCQs

The document contains 40 multiple choice questions about optimization and related topics like floor planning problems, convex functions, convex optimization, geometric programming, support vector machines, and the lasso problem. The questions cover concepts like constraints, feasible sets, optimality conditions, and properties of convex and geometric optimization problems.

Uploaded by

xahmed29
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
493 views

06 Convex Optimization - MCQs

The document contains 40 multiple choice questions about optimization and related topics like floor planning problems, convex functions, convex optimization, geometric programming, support vector machines, and the lasso problem. The questions cover concepts like constraints, feasible sets, optimality conditions, and properties of convex and geometric optimization problems.

Uploaded by

xahmed29
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

Generate 40 MCQs to practice the lecture.

UNRIDDLE
What is the primary objective in a floor planning problem?
A) To maximize the area of the cells
B) To minimize the area of the cells
C) To ensure non-overlapping placement of cells
D) To maximize the overlap between cells
Answer: C [8.8]
What does the inequality x_i + w_i ≤ x_j represent in a floor planning problem?
A) Cell i is to the left of cell j
B) Cell i is to the right of cell j
C) Cell i is above cell j
D) Cell i is below cell j
Answer: A [8.8]
What is the meaning of int(C_i ∩ C_j) = ∅ in the context of floor planning?
A) The interiors of cells i and j overlap
B) The interiors of cells i and j do not overlap
C) Cells i and j are the same size
D) Cells i and j are adjacent to each other
Answer: B [8.8]
What is the purpose of introducing slack variables in optimization?
A) To transform equality constraints into inequality constraints
B) To eliminate equality constraints
C) To transform inequality constraints into equality constraints
D) To relax nonaffine equalities
Answer: C [22]
What is the result of relaxing nonaffine equality constraints in an optimization
problem?
A) The problem becomes nonconvex
B) The optimal value of the relaxed problem is always larger
C) The optimal value of the relaxed problem is always smaller or equal
D) The relaxed problem becomes unsolvable
Answer: C [23]
In the maximum utility problem, what does b_t represent?
A) The budget at time t
B) The amount consumed at time t
C) The investment return at time t
D) The utility function at time t
Answer: A [24]
What does the rank of a matrix represent in principal components analysis (PCA)?
A) The number of nonzero singular values
B) The number of rows in the matrix
C) The number of columns in the matrix
D) The sum of the diagonal elements
Answer: A [25]
What is the convex hull of a set?
A) The largest nonconvex set containing the original set
B) The smallest convex set containing the original set
C) The set of all affine combinations of points in the original set
D) The set of all nonconvex combinations of points in the original set
Answer: B [242]
What is the definition of a convex function?
A) A function whose graph lies below the chord between any two points
B) A function whose graph lies above the chord between any two points
C) A function that is both convex and concave
D) A function that is neither convex nor concave
Answer: B [3.1]
What is the geometric interpretation of a convex function?
A) The line segment between any two points on the graph lies below the graph
B) The line segment between any two points on the graph lies above the graph
C) The graph forms a straight line between any two points
D) The graph forms a parabola between any two points
Answer: B [3.1]
What is the first-order condition for a convex optimization problem?
A) The gradient of the objective function must be zero
B) The gradient of the objective function must be positive
C) The gradient of the objective function must be negative
D) The gradient of the objective function must be nonnegative in all feasible
directions
Answer: D [11]
What does it mean if a constraint g_i(x) is active at a point x?
A) g_i(x) > 0
B) g_i(x) < 0
C) g_i(x) = 0
D) g_i(x) is not relevant at x
Answer: C [4]
What is the key property of the solution set X_opt in a convex optimization
problem?
A) X_opt is a nonconvex set
B) X_opt is a convex set
C) X_opt is a single point
D) X_opt is an empty set
Answer: B [6]
In the context of convex optimization, what is a locally optimal point?
A) A point that is optimal within a certain radius
B) A point that is optimal globally
C) A point that is optimal only for linear constraints
D) A point that is not optimal at all
Answer: A [9]
What is the purpose of rewriting constraints in an optimization problem?
A) To make the problem nonconvex
B) To simplify the problem into a general form
C) To introduce additional constraints
D) To eliminate the objective function
Answer: B [10]
What is the feasible set C in an optimization problem?
A) The set of all points that satisfy the objective function
B) The set of all points that do not satisfy any constraints
C) The set of all points that satisfy the inequality and equality constraints
D) The set of all points that maximize the objective function
Answer: C [10]
What is the indicator function I_C(x) used for in optimization?
A) To indicate the optimal solution
B) To indicate the direction of the gradient
C) To represent the feasible set in unconstrained form
D) To calculate the optimal value
Answer: C [10]
What is the result of applying a monotone increasing transformation h to the
criterion of an optimization problem?
A) The problem becomes nonconvex
B) The problem remains equivalent
C) The feasible set changes
D) The inequality constraints become equality constraints
Answer: B [17]
What is a monomial in the context of geometric programming?
A) A sum of posynomials
B) A function with a single term of a specific form
C) A polynomial with multiple terms
D) A function with variable exponents
Answer: B [18]
What transformation is applied to a geometric program to make it convex?
A) Squaring each term
B) Taking the logarithm of each term
C) Differentiating each term
D) Integrating each term
Answer: B [19]
What is the soft max function and why is it important in geometric programming?
A) It is a function that minimizes the sum of exponentials, making the problem
convex
B) It is a function that maximizes the sum of exponentials, making the problem
convex
C) It is a function that minimizes the product of exponentials, making the problem
nonconvex
D) It is a function that maximizes the product of exponentials, making the problem
nonconvex
Answer: A [19]
What is the purpose of partial optimization in convex problems?
A) To increase the complexity of the problem
B) To decrease the dimensionality of the problem
C) To retain convexity after optimizing a subset of variables
D) To convert the problem into a nonconvex one
Answer: C [15]
What is the hinge function used in support vector machines (SVMs)?
A) A function that maximizes the margin between classes
B) A function that minimizes the margin between classes
C) A function that represents the maximum of zero and another value
D) A function that represents the minimum of zero and another value
Answer: C [16]
What does the lasso problem minimize?
A) The L2 norm of the residuals subject to an L1 constraint on the coefficients
B) The L1 norm of the residuals subject to an L2 constraint on the coefficients
C) The L2 norm of the coefficients subject to an L1 constraint on the residuals
D) The L1 norm of the coefficients subject to an L2 constraint on the residuals
Answer: A [7]
What is the key difference between the lasso problem with a squared loss criterion
and a Huber loss criterion?
A) The Huber loss criterion makes the problem nonconvex
B) The Huber loss criterion is less robust to outliers
C) The Huber loss criterion is more robust to outliers
D) The squared loss criterion is non-differentiable
Answer: C [7]
What is the significance of the first-order condition in convex optimization?
A) It guarantees that a feasible point is locally optimal
B) It guarantees that a feasible point is globally optimal
C) It is only applicable to unconstrained optimization problems
D) It is a necessary but not sufficient condition for optimality
Answer: B [11]
What is the role of the gradient of the objective function at an optimal point in
unconstrained convex optimization?
A) It must be positive
B) It must be negative
C) It must be zero
D) It must be non-zero
Answer: C [11]
What is the result of changing variables in an optimization problem using a one-to-
one function φ?
A) The problem becomes nonconvex
B) The problem remains equivalent
C) The feasible set changes
D) The inequality constraints become equality constraints
Answer: B [17]
What is the feasible set in the context of the lasso problem?
A) The set of all β such that ‖β‖1 ≤ s
B) The set of all β such that ‖β‖2 ≤ s
C) The set of all β such that ‖y - Xβ‖2 ≤ s
D) The set of all β such that ‖y - Xβ‖1 ≤ s
Answer: A [7]
What does the term ‖β‖2^2 represent in the support vector machine (SVM) problem?
A) The L1 norm of the coefficients
B) The L2 norm of the coefficients
C) The squared L1 norm of the coefficients
D) The squared L2 norm of the coefficients
Answer: D [8]
In the context of SVMs, what does the variable ξ represent?
A) The margin between classes
B) The coefficients of the separating hyperplane
C) The slack variables allowing for misclassification
D) The bias term of the separating hyperplane
Answer: C [8]
What is the significance of the convex hull in optimization problems?
A) It represents the set of all possible solutions
B) It is the largest convex set containing the original set
C) It is the smallest convex set containing the original set
D) It is used to determine the feasibility of the problem
Answer: C [242]
What is the significance of a strictly convex objective function in optimization?
A) It guarantees multiple optimal solutions
B) It guarantees a unique optimal solution
C) It guarantees no optimal solution exists
D) It guarantees the problem is nonconvex
Answer: B [6]
What does the term ‖y - Xβ‖2^2 represent in the lasso problem?
A) The squared L1 norm of the residuals
B) The squared L2 norm of the residuals
C) The L1 norm of the residuals
D) The L2 norm of the residuals
Answer: B [7]
What is the role of the parameter C in the SVM problem?
A) It determines the margin between classes
B) It determines the weight of the slack variables in the objective function
C) It determines the weight of the L2 norm of the coefficients
D) It determines the bias term of the separating hyperplane
Answer: B [8]
What is the significance of the normal cone ( N_C(x) ) in the context of projection
onto a convex set?
A) It represents the set of all feasible directions from x
B) It represents the gradient of the objective function at x
C) It represents the set of all points that are closest to x in the convex set C
D) It contains the vector a - x, where a is the point being projected onto C
Answer: D [14]
What is the significance of the term ( \xi_i \geq \max{0, 1 - y_i (x_i^T \beta + \
beta_0)} ) in the hinge form of SVMs?
A) It represents the constraints in their original form
B) It represents the constraints after applying the hinge function
C) It represents the objective function in its original form
D) It represents the objective function after applying the hinge function
Answer: B [16]
What is the significance of the term ( \rho(y_i - x_i^T \beta) ) in the context of
the lasso problem with Huber loss?
A) It represents the squared loss for each residual
B) It represents the Huber loss for each residual
C) It represents the L1 norm for each residual
D) It represents the L2 norm for each residual
Answer: B [7]
In the context of equality-constrained minimization, what is the significance of
the Lagrange multiplier optimality condition?
A) It states that the gradient of the objective function must be zero
B) It states that the gradient of the objective function plus a weighted sum of the
gradients of the constraints must be zero
C) It states that the gradient of the objective function must be aligned with the
gradient of the constraints
D) It states that the gradient of the objective function must be orthogonal to the
null space of the constraint matrix
Answer: B [13]
What is the significance of the term ( \min_{x} f(x) + I_C(x) ) in the context of
optimization?
A) It represents the unconstrained form of the optimization problem
B) It represents the constrained form of the optimization problem
C) It represents the dual form of the optimization problem
D) It represents the primal form of the optimization problem
Answer: A [10]

You might also like