Giter Site home page Giter Site logo

optimal-control-dynamic-programming's Introduction

Legacy Repository

This code repository contains codes for Dynamic Programming with application in Optimal Control for seperate position control and attitude control. It is now re-designed to incorporate full coupled position and attitude control of a satellite, see the successor repository: https://github.com/abdolrezat/SPHERES-DPcontrol

Run Test Class

MATLAB Optimal Control codes related to HJB Dynamic Programming to find the optimal path for any state of a linear system

The Test Class solves the example at the end of chapter 3 of Optimal Control Theory - kirk (System with state equation AX + BU )

Run the Tests

The class is loaded with a example. In order to see the results, create a Dynamic_Solver object first:
objA = Dynamic_Solver;
Calculate the optimal controls at each state:
run(objA)
Finally, track the optimal states and controls:
get_optimal_path(objA)
or get the optimal states and controls from any desired initial states:
get_optimal_path(objA, [x1 x2])

Unique Performance

This code exploits Vectorization in MATLAB thus it is more than thousands orders of magnitude faster than loop algorithm implementation which is explained in Optimal Control Theory book(s).

optimal-control-dynamic-programming's People

Contributors

abdolrezat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.