diff options
author | Blendoit <51464356+Blendoit@users.noreply.github.com> | 2019-06-06 16:54:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 16:54:24 -0700 |
commit | 85ab9065f3aa9a0c014b6b13992c83420ee4dffd (patch) | |
tree | e330cc22a7e8083eb9268ee8249d0f3390536aa6 | |
parent | fd64ccb2763ab30c8ea8687d184343abf15977e6 (diff) |
Create README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..44a5489 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# UCLA_MAE_154B +UCLA Spring 2019, MAE 154B + +Code enables the creation of NACA airfoils; +the evaluation of the airfoil's structural properties; +the optimization via genetic algorithm of a population of airfoils, usign standard GA algorithms. |