Chengwei LEI, Ph.D.    Associate Professor

Department of Computer and Electrical Engineering and Computer Science
California State University, Bakersfield

 

Classic Optimization Problems

 

 

In Computer Science, the classic optimization problems are the problems that an objective function that is to be maximized or minimized, with a set of constraints that must be honored.

They just look like “math puzzles”.

 



 


The Knapsack Problem and Warehouse Optimization | inVia Robotics



 

1st, we are not trying to figure out the answer for this specific question, but this type of question.

2nd, we are not trying to get an answer, but a way of solving the problem.

3rd, we are not just getting an answer, but have to make sure it is correct.

 


Methods

Brute Force
Greedy Algorithm
Dynamic Programming






Brute Force
Greedy Algorithm
Dynamic Programming