devanshuThakar / Evolutionary-computing

This repository contains the implementation of evolutionary computing algorithms of Differential Evolution(DE) and Particle Swarm Optimization (PSO).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evolutionary-computing

This repository contains the implementation of evolutionary computing algorithms of Differential Evolution(DE) and Particle Swarm Optimization (PSO). It also contains the implementaiton fo NSGA-II for multi-objective optimization problem. This was done as part of ES 615 : Nature Inspired Computng Course at IIT Gandhinagar 2021.

About

This repository contains the implementation of evolutionary computing algorithms of Differential Evolution(DE) and Particle Swarm Optimization (PSO).

License:MIT License


Languages

Language:Python 91.6%Language:MATLAB 8.4%