NESep 26, 2017

Optimizing PID parameters with machine learning

arXiv:1709.09227v13 citations
Originality Synthesis-oriented
AI Analysis

This work addresses parameter tuning for PID controllers, a common control theory problem, but is incremental as it applies an existing optimization method to this domain.

The paper tackled the problem of optimizing PID parameters, which is crucial but difficult, by applying Evolutionary Programming (EP) as a derivative-free method, and demonstrated that EP effectively avoids local minima in this optimization task.

This paper examines the Evolutionary programming (EP) method for optimizing PID parameters. PID is the most common type of regulator within control theory, partly because it's relatively simple and yields stable results for most applications. The p, i and d parameters vary for each application; therefore, choosing the right parameters is crucial for obtaining good results but also somewhat difficult. EP is a derivative-free optimization algorithm which makes it suitable for PID optimization. The experiments in this paper demonstrate the power of EP to solve the problem of optimizing PID parameters without getting stuck in local minimums.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes