Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm

A generic genetic algorithm package.

🚀 Getting Started

Follow the steps below to set up and run this project locally.

🧾 Prerequisites

  • Python 3.10 or higher installed on your machine.
  • git installed (for cloning the repo).

🔧 Installation

  1. Clone the repository
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
  1. Create a virtual environment (recommended name: .venv)
python3 -m venv .venv
  1. Activate the virtual environment
  • On Linux/macOS:
source .venv/bin/activate
  • On Windows:
.venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt

✅ You're ready to go!

You can now run the app or start experimenting with the genetic algorithm engine.

python3 app.py

📦 Notes

  • All external packages are tracked in requirements.txt.
  • The virtual environment is excluded from version control via .gitignore.

About

My assignment copy

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages