CompTIA DataX (DY0-001) — Question 6
Which of the following modeling tools is appropriate for solving a scheduling problem?
Answer options
- A. One-armed bandit
- B. Constrained optimization
- C. Decision tree
- D. Gradient descent
Correct answer: B
Explanation
Constrained optimization is the correct choice as it is specifically designed to handle problems with restrictions, such as scheduling. The other options, like One-armed bandit and Decision tree, are not suitable for scheduling tasks, and Gradient descent is primarily used for optimization in continuous spaces rather than discrete scheduling problems.