My #82 course certificate from Coursera
Operations Research (2): Optimization AlgorithmsNational Taiwan University You probably have used some solver / optimizer software to solve...
Heuristic Algorithms: A Case Study
The objectives for any research is that we want to build a mathematical model to formulate the given problem. The...
Non-Linear Programming: Gradient Descent and Newton’s Method
Non-Linear Programs When visualizing a linear program, its feasible region looks like a polygon. Because the objective function...
Branch-and-Bound & Heuristic Algorithms
In some cases, variables must take integer values, or binary values. Formulating and solving the models with integer...
The Simplex Method
The simplex method is the most fundamental tool in linear programming, it is a single algorithm that is...
Linear Algebra in Operations Research
There are 2 perspectives to look at linear equation systems, row view and column view. Both are equivalent,...