Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages