Amirarsalan-sn / RTI-solved-using-genetic-algorithm

solving Random 3-SAT(Boolean satisfiability problem) using Evolutionary algorithms like genetic algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTI-solved-using-genetic-algorithm

solving Random 3-SAT(Boolean satisfiability problem) using Evolutionary algorithms like genetic algorithm. This code provides a fast algorithm for evaluating a CNF. You can see how the cross-over, parent choice, survivors choice, and making children procedures are implemented. You can use this code to design your own evolutionary algorithm.

to install the pysat library:

pip install python-sat

About

solving Random 3-SAT(Boolean satisfiability problem) using Evolutionary algorithms like genetic algorithm.


Languages

Language:Python 100.0%