GitHub / 2003HARSH / Random-string-search-using-Genetic-Algorithm-
This project uses a genetic algorithm to search for a target string. By evolving a population of random strings through selection, crossover, and mutation, the algorithm progressively approximates the target string over multiple generations.
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 129 KB
Dependencies parsed at: Pending
Created at: 11 months ago
Updated at: 11 months ago
Pushed at: 11 months ago
Last synced at: 3 months ago
Topics: genetic-algorithm, object-oriented-programming, optimization-problem, python