Optimal Control and Reinforcement Learning of Switched Systems

Total Page:16

File Type:pdf, Size:1020Kb

Optimal Control and Reinforcement Learning of Switched Systems Optimal Control and Reinforcement Learning of Switched Systems Dissertation Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Hua Chen, B.E. Graduate Program in Electrical and Computer Engineering The Ohio State University 2018 Dissertation Committee: Prof. Wei Zhang, Advisor Prof. Andrea Serrani Prof. Vadim Utkin c Copyright by Hua Chen 2018 Abstract This dissertation studies optimal control and reinforcement learning of switched systems. Roughly speaking, a switched system consists of several subsystems and a switching signal determining which subsystem is being used for evolving the system dynamics at each time instant. Optimal control of such switched systems involves finding the discrete switching signal and the associated continuous input into the cho- sen subsystem to jointly optimize certain performance index. It is widely known in the literature that optimal control of switched systems is challenging to solve, mainly due to the discrete nature of the switching signal that makes the overall problem com- binatorial. Two problems with different settings are considered in this dissertation. The first problem we consider is a general optimal control of continuous-time nonlin- ear switched systems. We focus on the so-called embedding-based approach. Rather than proposing new embedding-based algorithms, we develop a framework originating from a novel topological perspective of the embedding-based technique. The proposed framework unifies most existing embedding-based algorithms as special cases and pro- vides guidance on how to construct new ones. The second problem studied in this dissertation is optimal control of discrete-time switched linear system. Due to the fact that knowledge about accurate system dynamics is in general hard to obtain for practical systems, we do not assume knowledge about the system model. Alterna- tively, a simulator is adopted for generating the successive state given any state-input ii pair. Based on this simulator, we utilize the reinforcement learning framework for solving the problem in a model-free manner. Instead of directly applying existing neural network based algorithms, we develop a distinct Q-learning algorithm which explicitly incorporates the analytical insights about the optimal solution from tradi- tional optimal control. In particular, a specific parametric Q-function approximation is proposed. To update the involved parameters, two approaches based on different structural information of the underlying model are adopted. iii This is dedicated to my parents. iv Acknowledgments This dissertation summarizes my six-and-half year PhD study at The Ohio State University, which would not have been possible without the help of many people. First of all, I would like to express my deepest gratitude to my PhD advisor, Prof. Wei Zhang, for his guidance, patience, and inspirations. I am also greatly indebted to his generous support for my various conference travelings. I would also like to thank Prof. Andrea Serrani and Prof. Vadim Utkin for serving on my PhD committee. Prof. Andrea Serrani's enthusiasm toward his research topics has constantly been a strong motivation for me. His courses on linear system theory, nonlinear system theory and adaptive control are among the best that I have ever taken. Although I have never taken a course from Prof. Utkin and have never directly worked with him, his seminal works on sliding mode control were a strong motive for me to working on problems related to switched systems. I would like to thank Prof. Antonio Conejo for many enlightening discussions when I was working on control problems in power systems. I am also greatly indebted to Dr. Jianming Lian from the Pacific Northwest National Laboratory for lots of fruitful discussions on voltage control problems and offering me an internship there. Many other individuals have also contributed to this dissertation, either directly or indirectly, including, but not limited to, David Casbeer, Krishna Kalyanam, Laurentiu Marinovici, Chin-Yao Chang, Kiryung Lee, Lin Zhao, Sen Li, Jianzhe Liu, Yueyun v Lu, Yanzheng Zhu, Huaqing Xiong, Hao Li, Bowen Weng and many more, for making my life at Ohio State memorable. Finally, I want to thank my wife, Lingxiao Zhou, and my parents, Zhengping Chen and Huimin Ma, for their support, patience and unconditional love. vi Vita 2012 . .B.E., Automation, Zhejiang University 2012-present . .Graduate Research Associate, Electrical and Computer Engineering, The Ohio State University Publications Research Publications H. Chen, K. Krishnamoorthy, W. Zhang, D. Casbeer \Intruder Isolation on a General Road Network Under Partial Information". IEEE Transactions on Control Systems Technology, vol. 25, no. 1, pp. 222 - 234, January 2017 H. Chen, W. Zhang \On weak topology for optimal control of switched nonlinear systems". Automatica, vol. 81, pp. 409-415, July 2017 J. Liu, H. Chen, W. Zhang, B. Yurkovich, G. Rizzoni \Energy Management Problems Under Uncertainties for Grid-Connected Microgrids: a Chance Constrained Program- ming Approach". IEEE Transactions on Smart Grid, vol. 8, no.6, pp. 2585-2596, November 2017 H. Chen, K. Krishnamoorthy, W. Zhang, D. Casbeer \Continuous-time intruder iso- lation using Unattended Ground Sensors on graphs". American Control Conference (ACC) , pp. 5270-5275, 2014 J. Lian, D. Wu, K. Kalsi, H. Chen \Theoretical Framework for Integrating Distributed Energy Resources into Distribution Systems ". Power & Energy Society General Meeting , pp. 1-5, 2017 vii H. Chen, W. Zhang, J. Lian, A. J. Conejo \Robust Distributed volt/var Control of Distribution Systems ". Conference on Decision and Control (CDC) , pp. 6321-6326, 2017 H. Li, H. Chen, W. Zhang \On Model-free Reinforcement Learning for Switched Lin- ear Systems: A Subspace Clustering Approach ". 56th Annual Allerton Conference on Communication, Control, and Computing, October 2018 Fields of Study Major Field: Electrical and Computer Engineering viii Table of Contents Page Abstract . ii Dedication . iv Acknowledgments . .v Vita......................................... vii List of Tables . xi List of Figures . xii 1. Background . .1 1.1 Motivations and Overview . .1 1.2 Literature Review . .3 1.2.1 Classical Optimal Control . .3 1.2.2 Optimal Control of Continuous-time Switched Systems . .5 1.2.3 Optimal Control and Reinforcement Learning of Discrete- time Switched Systems . .8 1.3 Preview of Main Results and Contributions . 11 1.4 Organization . 14 2. A Weak-Topology based Framework for Optimal Control of Continuous- time Switched Systems . 16 2.1 Introduction . 16 2.2 Problem Formulation and Preliminaries . 17 2.3 Weak Topologies and Infinite-dimensional Optimization . 24 2.3.1 Topologies and Weak Topologies . 24 2.3.2 Infinite-dimensional Optimization for Optimal Control . 28 ix 2.4 A Unified Framework for Switched Optimal Control Problem . 32 2.4.1 Convergence Analysis and Proofs . 35 2.5 Case Studies . 40 2.5.1 Problem with terminal cost . 40 2.5.2 Problem with mode-dependent cost . 41 2.6 Conclusion . 49 3. Reinforcement Learning for Switched Linear Systems . 51 3.1 Introduction . 51 3.2 Problem Formulation . 53 3.3 Model-based Optimal Control . 56 3.3.1 Dynamic Programming . 56 3.3.2 Switched Linear Quadratic Regulation . 62 3.3.3 Limitations . 67 3.4 Q-learning . 68 3.5 Main Results . 75 3.5.1 Q-function and parametric approximator . 75 3.5.2 Q-function Update . 77 3.6 Case Studies . 91 3.6.1 A Simple 2-Dimensional Example . 91 3.6.2 Another More Interesting 2-Dimensional Example . 94 3.6.3 A 3-Dimensional Example . 96 3.7 Conclusion . 97 4. Contributions and Future Work . 102 4.1 Future Works . 104 Bibliography . 105 x List of Tables Table Page 2.1 Configurations of DES system . 43 xi List of Figures Figure Page 2.1 Convergence of terminal states under different topologies . 42 3.1 General Neural Network Structure . 74 3.2 Original data distribution . 84 3.3 Geometric Algorithm on 2-D Synthetic Data . 85 3.4 Histogram of empirical error between the identified model and under- lying true . 86 3.5 Empirical Costs Comparison among Subspace Clustering Approach, Geometric Approach and SLQR - Example 1 . 92 3.6 Pij convergence with subspace clustering - Example 1 . 92 3.7 Pij convergence with geometric approach - Example 1 . 93 3.8 Empirical Costs Comparison among Subspace Clustering Approach, Geometric Approach and SLQR - Example 2 . 94 3.9 Pij convergence with subspace clustering - Example 2 . 95 3.10 Pij convergence with geometric approach - Example 2 . 95 3.11 Empirical Costs Comparison among Subspace Clustering Approach, Geometric Approach and SLQR - Example 3 . 98 3.12 Pij convergence with subspace clustering - Example 3 . 99 3.13 Pij convergence with geometric approach - Example 3 . 100 xii Chapter 1: Background 1.1 Motivations and Overview In this dissertation, we study optimal control and reinforcement learning for switched systems. Roughly speaking, a switched system contains a number of subsys- tems and a switching signal determining which subsystem is being used for evolving the system dynamics at each time instant. Optimal control of such switched systems involves finding the discrete switching signal and the associated continuous input into the chosen subsystem to jointly optimize certain performance index. Switched systems have been extensively studied in the literature due to its strong capability of modeling various engineering phenomena involving multi-mode behav- iors, such as power electronics [60], automotive systems [38, 68, 83], robotics [95], and manufacturing [23, 61]. Because of the presence of the discrete switching sig- nal, classical theories and techniques on control systems cannot be directly applied to the switched systems. During the past several decades, mathematical theories for switched system have been developed. In particular, [47] provides an overview of several fundamental questions in control of switched systems, including stability and stabilizability properties for controlled switching, autonomous switching and so 1 on. From a higher level perspective, switched systems serves as a particular class of hybrid systems which involve both continuous and logical dynamics [16, 32, 33, 53].
Recommended publications
  • Propt Product Sheet
    PROPT - The world’s fastest Optimal Control platform for MATLAB. PROPT - ONE OF A KIND, LIGHTNING FAST SOLUTIONS TO YOUR OPTIMAL CONTROL PROBLEMS! NOW WITH WELL OVER 100 TEST CASES! The PROPT software package is intended to When using PROPT, optimally coded analytical solve dynamic optimization problems. Such first and second order derivatives, including problems are usually described by: problem sparsity patterns are automatically generated, thereby making it the first MATLAB • A state-space model of package to be able to fully utilize a system. This can be NLP (and QP) solvers such as: either a set of ordinary KNITRO, CONOPT, SNOPT and differential equations CPLEX. (ODE) or differential PROPT currently uses Gauss or algebraic equations (PAE). Chebyshev-point collocation • Initial and/or final for solving optimal control conditions (sometimes problems. However, the code is also conditions at other written in a more general way, points). allowing for a DAE rather than an ODE formulation. Parameter • A cost functional, i.e. a estimation problems are also scalar value that depends possible to solve. on the state trajectories and the control function. PROPT has three main functions: • Sometimes, additional equations and variables • Computation of the that, for example, relate constant matrices used for the the initial and final differentiation and integration conditions to each other. of the polynomials used to approximate the solution to the trajectory optimization problem. The goal of PROPT is to make it possible to input such problem • Source transformation to turn descriptions as simply as user-supplied expressions into possible, without having to worry optimized MATLAB code for the about the mathematics of the cost function f and constraint actual solver.
    [Show full text]
  • Optimal Control Theory Version 0.2
    An Introduction to Mathematical Optimal Control Theory Version 0.2 By Lawrence C. Evans Department of Mathematics University of California, Berkeley Chapter 1: Introduction Chapter 2: Controllability, bang-bang principle Chapter 3: Linear time-optimal control Chapter 4: The Pontryagin Maximum Principle Chapter 5: Dynamic programming Chapter 6: Game theory Chapter 7: Introduction to stochastic control theory Appendix: Proofs of the Pontryagin Maximum Principle Exercises References 1 PREFACE These notes build upon a course I taught at the University of Maryland during the fall of 1983. My great thanks go to Martino Bardi, who took careful notes, saved them all these years and recently mailed them to me. Faye Yeager typed up his notes into a first draft of these lectures as they now appear. Scott Armstrong read over the notes and suggested many improvements: thanks, Scott. Stephen Moye of the American Math Society helped me a lot with AMSTeX versus LaTeX issues. My thanks also to Atilla Yilmaz for spotting lots of typos and errors, which I have corrected. I have radically modified much of the notation (to be consistent with my other writings), updated the references, added several new examples, and provided a proof of the Pontryagin Maximum Principle. As this is a course for undergraduates, I have dispensed in certain proofs with various measurability and continuity issues, and as compensation have added various critiques as to the lack of total rigor. This current version of the notes is not yet complete, but meets I think the usual high standards for material posted on the internet. Please email me at [email protected] with any corrections or comments.
    [Show full text]
  • Ensemble Kalman Filtering for Inverse Optimal Control Andrea Arnold and Hien Tran, Member, SIAM
    Ensemble Kalman Filtering for Inverse Optimal Control Andrea Arnold and Hien Tran, Member, SIAM Abstract—Solving the inverse optimal control problem for In the Bayesian framework, unknown parameters are mod- discrete-time nonlinear systems requires the construction of a eled as random variables with probability density functions stabilizing feedback control law based on a control Lyapunov representing distributions of possible values. The EnKF is a function (CLF). However, there are few systematic approaches available for defining appropriate CLFs. We propose an ap- nonlinear Bayesian filter which uses ensemble statistics in proach that employs Bayesian filtering methodology to param- combination with the classical Kalman filter equations for eterize a quadratic CLF. In particular, we use the ensemble state and parameter estimation [9]–[11]. The EnKF has been Kalman filter (EnKF) to estimate parameters used in defining employed in many settings, including weather prediction the CLF within the control loop of the inverse optimal control [12], [13] and mathematical biology [11]. To the authors’ problem formulation. Using the EnKF in this setting provides a natural link between uncertainty quantification and optimal knowledge, this is the first proposed use of the EnKF in design and control, as well as a novel and intuitive way to find inverse optimal control problems. The novelty of using the the one control out of an ensemble that stabilizes the system the EnKF in this setting allows us to generate an ensemble of fastest. Results are demonstrated on both a linear and nonlinear control laws, from which we can then select the control law test problem. that drives the system to zero the fastest.
    [Show full text]
  • Optimal Control Theory
    Optimal Control Theory Mrinal Kanti Ghosh Department of Mathematics Indian Institute of Science Bangalore 560 012 email : [email protected] 1 Introduction Optimal Control Theory deals with optimization problems involving a controlled dynamical system. A controlled dynamical system is a dynamical system in which the trajectory can be altered continuously in time by choosing a control parameter u(t) continuously in time. A (deterministic) controlled dynamical system is usually governed by an ordinary differential equation of the form 9 x_(t) = f(t; x(t); u(t)); t > 0 = (1:1) d ; x(0) = x0 2 R where u : Rd ! U is a function called the control, U a given set called the control set, and d d f : R+ × R × U ! IR : By choosing the value of u(t), the state trajectory x(t) can be controlled. The objective of controlling the state trajectory is to minimize a certain cost associated with (1.1). Consider the following important problem studied by Bushaw and Lasalle in the field of aerospace engineering. Let x(t) represent the deviation of a rocket trajectory from some desired flight path. Then, provided the deviation is small, it is governed to a good approxi- mation by 9 x_(t) = A(t)x(t) + B(t)u(t); t > 0 = x(0) = x0; x(T ) = 0; ; (1:2) u(t) 2 [−1; 1]; where A and B are appropriate matrix valued functions. The vector x0 is the initial deviation, u(t) is the rocket thrust at time t, and T is the final time.
    [Show full text]
  • PSO-Based Soft Lunar Landing with Hazard Avoidance: Analysis and Experimentation
    aerospace Article PSO-Based Soft Lunar Landing with Hazard Avoidance: Analysis and Experimentation Andrea D’Ambrosio 1,* , Andrea Carbone 1 , Dario Spiller 2 and Fabio Curti 1 1 School of Aerospace Engineering, Sapienza University of Rome, Via Salaria 851, 00138 Rome, Italy; [email protected] (A.C.); [email protected] (F.C.) 2 Italian Space Agency, Via del Politecnico snc, 00133 Rome, Italy; [email protected] * Correspondence: [email protected] Abstract: The problem of real-time optimal guidance is extremely important for successful au- tonomous missions. In this paper, the last phases of autonomous lunar landing trajectories are addressed. The proposed guidance is based on the Particle Swarm Optimization, and the differ- ential flatness approach, which is a subclass of the inverse dynamics technique. The trajectory is approximated by polynomials and the control policy is obtained in an analytical closed form solution, where boundary and dynamical constraints are a priori satisfied. Although this procedure leads to sub-optimal solutions, it results in beng fast and thus potentially suitable to be used for real-time purposes. Moreover, the presence of craters on the lunar terrain is considered; therefore, hazard detection and avoidance are also carried out. The proposed guidance is tested by Monte Carlo simulations to evaluate its performances and a robust procedure, made up of safe additional maneuvers, is introduced to counteract optimization failures and achieve soft landing. Finally, the whole procedure is tested through an experimental facility, consisting of a robotic manipulator, equipped with a camera, and a simulated lunar terrain. The results show the efficiency and reliability Citation: D’Ambrosio, A.; Carbone, of the proposed guidance and its possible use for real-time sub-optimal trajectory generation within A.; Spiller, D.; Curti, F.
    [Show full text]
  • ID 467 Optimal Control Applied to an Economic Model for Reducing Unemployment Problems in Bangladesh
    Proceedings of the International Conference on Industrial Engineering and Operations Management Bangkok, Thailand, March 5-7, 2019 Optimal Control Applied to an Economic Model for Reducing Unemployment Problems in Bangladesh Md. Haider Ali Biswas, Uzzwal Kumar Mallick, Mst. Shanta Khatun Mathematics Discipline, Khulna University Khulna-9208, Bangladesh [email protected],[email protected],[email protected] Kazi Masum Parves Joint Director, Bangladesh Bank, Khulna, Bangladesh [email protected] Abstract In this paper, a nonlinear mathematical model of unemployment is described and analyzed for reduction of unemployed persons using two controls ‘creation of new vacancies’ and ‘skilled manpower’. For maximization of the number of employed people at the end of implemented policy, we find the control profile of two controls using Pontryagin’s Maximum Principle. This study concludes two effective controls so that the number of unemployed persons at the end of implemented policies of the government is minimized while minimizing the systematic cost of policy making. Our numerical results as illustrated in the figures strongly agree with the analytical findings. Keywords: Unemployment, Socio-economic damage, Mathematical model, Optimal control, Numerical simulation. 1. Introduction Unemployment problems have become the most immense concerns all over the world. This issue is significantly an alarming concern in Bangladesh as well. Unemployment can be defined as a state of workless for a person, who is fit, capable and willing to work. It is well known that the main reason for socio-economic damage, deletion of morality and social values is unemployment. With the increasing tendency of unemployed population in a country significantly affects the other factors, such that the income per person, health costs, quality of healthcare and poverty and seriously hamper the growth of national economy.
    [Show full text]
  • Optimal Control the Optimal Control Problem Can Be Described By
    Optimal Control The optimal control problem can be described by introducing the system dynamics x_ = F (x; u) which is assumed to start in an initial state given by x(0) = x0 and has controllable parameters u u 2 U The objective function consists of a function of the final state [x(T )] and a cost function (or loss function) ` that is integrated over time. Z T J = [x(T )] + `(u; x)dt 0 1 The simplest optimization problem is depicted in Figure 1: min F~(x) x 40 4 20 2 0 0 -4 -2 -2 0 2 -4 4 Figure 1: A simple case for optimization: a function of two variables has a single minimum at the point x∗. 2 Constraints The simplest kind of constraint is an equality constraint, for example, g(x) = 0. Formally this addition is stated as min F~(x) subject to G(x) = 0 x This complication can be handled by the method of Lagrange. This method reduces the constrained problem to a new, unconstrained minimization prob- lem with additional variables. The additional variables are known as Lagrange multipliers. To handle this problem, add g(x) to f~(x) using a Lagrange mul- tiplier λ: F (x; λ) = F~(x) + λG(x) The Lagrange multiplier is an extra scalar variable, so the number of degrees of freedom of the problem has increased, but the advantage is that now sim- ple, unconstrained minimization techniques can be applied to the composite function. The problem becomes min F (x; λ) x,λ Most often the equality constraint is the dynamic equations of the system itself, x_ = F (x; u), and the problem is to find an optimal trajectory x(t).
    [Show full text]
  • Optimal and Autonomous Control Using Reinforcement Learning: a Survey
    2042 IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS, VOL. 29, NO. 6, JUNE 2018 Optimal and Autonomous Control Using Reinforcement Learning: A Survey Bahare Kiumarsi , Member, IEEE , Kyriakos G. Vamvoudakis, Senior Member, IEEE , Hamidreza Modares , Member, IEEE , and Frank L. Lewis, Fellow, IEEE Abstract — This paper reviews the current state of the art on unsupervised, or reinforcement, depending on the amount and reinforcement learning (RL)-based feedback control solutions quality of feedback about the system or task. In supervised to optimal regulation and tracking of single and multiagent learning, the feedback information provided to learning algo- systems. Existing RL solutions to both optimal H2 and H∞ control problems, as well as graphical games, will be reviewed. rithms is a labeled training data set, and the objective is RL methods learn the solution to optimal control and game to build the system model representing the learned relation problems online and using measured data along the system between the input, output, and system parameters. In unsu- trajectories. We discuss Q-learning and the integral RL algorithm pervised learning, no feedback information is provided to the as core algorithms for discrete-time (DT) and continuous-time algorithm and the objective is to classify the sample sets to (CT) systems, respectively. Moreover, we discuss a new direction of off-policy RL for both CT and DT systems. Finally, we review different groups based on the similarity between the input sam- several applications. ples. Finally, reinforcement learning (RL) is a goal-oriented Index Terms — Autonomy, data-based optimization, learning tool wherein the agent or decision maker learns a reinforcement learning (RL).
    [Show full text]
  • Tomlab Product Sheet
    TOMLAB® - For fast and robust large- scale optimization in MATLAB® The TOMLAB Optimization Environment is a powerful optimization and modeling package for solving applied optimization problems in MATLAB. TOMLAB provides a wide range of features, tools and services for your solution process: • A uniform approach to solving optimization problem. • A modeling class, tomSym, for lightning fast source transformation. • Automatic gateway routines for format mapping to different solver types. • Over 100 different algorithms for linear, discrete, global and nonlinear optimization. • A large number of fully integrated Fortran and C solvers. • Full integration with the MAD toolbox for automatic differentiation. • 6 different methods for numerical differentiation. • Unique features, like costly global black-box optimization and semi-definite programming with bilinear inequalities. • Demo licenses with no solver limitations. • Call compatibility with MathWorks’ Optimization Toolbox. • Very extensive example problem sets, more than 700 models. • Advanced support by our team of developers in Sweden and the USA. • TOMLAB is available for all MATLAB R2007b+ users. • Continuous solver upgrades and customized implementations. • Embedded solvers and stand-alone applications. • Easy installation for all supported platforms, Windows (32/64-bit) and Linux/OS X 64-bit For more information, see http://tomopt.com or e-mail [email protected]. Modeling Environment: http://tomsym.com. Dedicated Optimal Control Page: http://tomdyn.com. Tomlab Optimization Inc. Tomlab
    [Show full text]
  • Learning, Expectations Formation, and the Pitfalls of Optimal Control Monetary Policy
    FEDERAL RESERVE BANK OF SAN FRANCISCO WORKING PAPER SERIES Learning, Expectations Formation, and the Pitfalls of Optimal Control Monetary Policy Athanasios Orphanides Central Bank of Cyprus John C. Williams Federal Reserve Bank of San Francisco April 2008 Working Paper 2008-05 http://www.frbsf.org/publications/economics/papers/2008/wp08-05bk.pdf The views in this paper are solely the responsibility of the authors and should not be interpreted as reflecting the views of the Federal Reserve Bank of San Francisco or the Board of Governors of the Federal Reserve System. Learning, Expectations Formation, and the Pitfalls of Optimal Control Monetary Policy Athanasios Orphanides Central Bank of Cyprus and John C. Williams¤ Federal Reserve Bank of San Francisco April 2008 Abstract This paper examines the robustness characteristics of optimal control policies derived un- der the assumption of rational expectations to alternative models of expectations. We assume that agents have imperfect knowledge about the precise structure of the economy and form expectations using a forecasting model that they continuously update based on incoming data. We ¯nd that the optimal control policy derived under the assumption of rational expectations can perform poorly when expectations deviate modestly from rational expectations. We then show that the optimal control policy can be made more robust by deemphasizing the stabilization of real economic activity and interest rates relative to infla- tion in the central bank loss function. That is, robustness to learning provides an incentive to employ a \conservative" central banker. We then examine two types of simple monetary policy rules from the literature that have been found to be robust to model misspeci¯cation in other contexts.
    [Show full text]
  • Decentralized Optimal Control of Connected and Automated Vehicles in a Corridor
    2018 21st International Conference on Intelligent Transportation Systems (ITSC) Maui, Hawaii, USA, November 4-7, 2018 Decentralized Optimal Control of Connected and Automated Vehicles in a Corridor Liuhui Zhao Member, IEEE, Andreas A. Malikopoulos, Senior Member, IEEE Abstract— In earlier work, we established a decentralized op- traffic operation center and received control actions from the timal control framework for coordinating online connected and center to improve network-wide traffic flow [11], [12]. automated vehicles (CAVs) in specific transportation segments, In earlier work, a decentralized optimal control framework e.g., urban intersections, merging roadways, roundabouts, and speed reduction zones. In this paper, we address coordination was established for coordinating online CAVs in different of CAVs in a corridor with multiple such scenarios and derive a transportation segments. A closed-form, analytical solution closed-form analytical solution that includes interior boundary without considering state and control constraints was pre- conditions. We evaluate the effectiveness of the solution through sented in [13], [14], and [15] for coordinating online CAVs simulation in VISSIM. The proposed approach reduces signif- at highway on-ramps, in [16] at two adjacent intersections, icantly both fuel consumption and travel time for the CAVs compared to the baseline scenario where traditional human- and in [17] at roundabouts. The solution of the unconstrained driven vehicles without control are considered. problem was also validated experimentally
    [Show full text]
  • Numerical Methods for Solving Optimal Control Problems
    University of Tennessee, Knoxville TRACE: Tennessee Research and Creative Exchange Masters Theses Graduate School 5-2015 Numerical Methods for Solving Optimal Control Problems Garrett Robert Rose University of Tennessee - Knoxville, [email protected] Follow this and additional works at: https://trace.tennessee.edu/utk_gradthes Part of the Numerical Analysis and Computation Commons Recommended Citation Rose, Garrett Robert, "Numerical Methods for Solving Optimal Control Problems. " Master's Thesis, University of Tennessee, 2015. https://trace.tennessee.edu/utk_gradthes/3401 This Thesis is brought to you for free and open access by the Graduate School at TRACE: Tennessee Research and Creative Exchange. It has been accepted for inclusion in Masters Theses by an authorized administrator of TRACE: Tennessee Research and Creative Exchange. For more information, please contact [email protected]. To the Graduate Council: I am submitting herewith a thesis written by Garrett Robert Rose entitled "Numerical Methods for Solving Optimal Control Problems." I have examined the final electronic copy of this thesis for form and content and recommend that it be accepted in partial fulfillment of the requirements for the degree of Master of Science, with a major in Mathematics. Charles Collins, Major Professor We have read this thesis and recommend its acceptance: Abner Jonatan Salgado-Gonzalez, Suzanne Lenhart Accepted for the Council: Carolyn R. Hodges Vice Provost and Dean of the Graduate School (Original signatures are on file with official studentecor r ds.) Numerical Methods for Solving Optimal Control Problems A Thesis Presented for the Master of Science Degree The University of Tennessee, Knoxville Garrett Robert Rose May 2015 1 Dedication To my parents and brother “If you’re into that sort of thing.” ii Acknowledgements I would like to take a second to thank those who help with either this thesis, or my academic career in general.
    [Show full text]