Jan 7, 20232 min readDynamic Programming - HEV : ChatGPTI was just trying my hand with chatgpt. And I just asked it for writing DP algorithm in MATLAB for HEV energy management. The results as...
Jun 21, 20204 min readPontryagin's Minimum PrincipleIn the previous posts, a good introduction to the field of optimization and its relevance to the domain of hybrid electric vehicles was...
Jun 14, 20206 min readDynamic ProgrammingWhat is dynamic programming? Dynamic programming is dividing a bigger problem into small sub-problems and then solving it recursively to...