You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solving n-Queens problem with genetic algorithm (ADT)
Mutation --> swaping mutation
Crossover --> two point crossover
FitnessFunction --> sum total threat
this project can solving 4-Queens to up
About
solving n-Queen problem with genetic algorithm (ADT)