Project 2
#
- Concept of constrained optimization problem with real-world application to computational oncology
- Learn how to solve coupled 1st order ODEs and choose correct time step
- Learn the concept of cost function and optimization problem to find values of certain parameters
- Learn how to use Matlab function fmincon
Links
#
- Problem: P2.pdf, (Latex files - P2.tex)
- Matlab scripts to get started: TumModel.m, CostFunction.m, SolveOptimization.m
- Solution files: TumModel.m, CostFunction.m, SolveOptimization.m