Skip to content

Ballistic shield design using sandwich structures. Design optimization of honeycomb core structures using Genetic Algorithm

License

Notifications You must be signed in to change notification settings

Vamsi-IITI/Ballistic_Shield_Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ballistic_Shield_Design

Ballistic shield design using sandwich structures. Design optimization of honeycomb core structures using Genetic Algorithm

Instructions

  1. Create a new virtual python environment using venv : python -m venv /path/to/new/virtual/environment. For example ( run in Windows Command Prompt with admin privileges ) -
python -m venv C:\BallisticShield 
  1. Now enter the virtual environment and clone this repository
cd C:\BallisticShield
git clone https://github.com/Vamsi-IITI/Ballistic_Shield_Design.git
  1. Now install the required libraries using the following command :
cd C:\BallisticShield
pip install -r Ballistic_Shield_Design\requirements.txt
  1. Finally, run the following command:
cd C:\BallisticShield
Scripts\activate.bat

About

Ballistic shield design using sandwich structures. Design optimization of honeycomb core structures using Genetic Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published