GitHub / Arashhs / Computational-Intelligence-Programming-Task-1
Solving NP-Complete problems using Genetic Algorithms and Evolution Strategy for my Computational Intelligence course. In the first problem, I have solved the Steiner Tree Problem using Genetic Algorithms. The second problem is an optimization problem, I have implemented an ES algorithm to find the global minimum of the Eggholder function. For the final problem, I have implemented a GA to find an answer for a Constraint Satisfaction Problem (CSP).
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 5.98 MB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: almost 3 years ago
Pushed at: over 4 years ago
Last synced at: about 2 years ago
Topics: constraint-satisfaction-problem, eggholder, ga-algorithm, genetic-algorithms, optimization-problem