Skip to content

Commit 6a30221

Browse files
authored
Update README.md
1 parent 4bfcdcc commit 6a30221

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# Direct-Methods-for-Optimal-Control
1+
# Direct-Methods-for-Optimal-Control
2+
3+
## Overview
4+
5+
This repository includes codes and documentations created as a part of my *Supervised Learning Project* (SLP).
6+
The project is being guided by [Prof. Debasish Chatterjee](https://www.sc.iitb.ac.in/~chatterjee/master/homepage/index.html) from Systems and Control Engineering, Indian Institute of Technology Bombay.
7+
8+
## Abstract
9+
10+
Here, we study the numerical methods for optimal control. In particular,
11+
the direct methods are discussed with an objective to showcase an approach for
12+
general optimal control problems. These methods, which include single shooting,
13+
multiple shooting and collocation methods, are relatively simple to follow and effectively
14+
solve a wide variety of optimization problems. We illustrate each of the
15+
methods by working through example problems.
16+
17+
## Contributors
18+
19+
* Nakul Randad - (180010047)
20+
21+
## Project Tree
22+
```
23+
.
24+
└───OptimalControl
25+
├───Bryson_Denham
26+
│ └───results
27+
└───Double_Integrator
28+
└───results
29+
```

0 commit comments

Comments
 (0)