Click here to Skip to main content
15,883,623 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I want to write a C++ program for solving password using genetic algorithms can anyone help me with the code of the program please.
Posted
Comments
Afzaal Ahmad Zeeshan 19-Nov-14 15:50pm    
How to solve the password? What do you mean by this application and what it might do.

Secondly, there is a term generic in programming, not genetic. That is a term used in Biology.
Sergey Alexandrovich Kryukov 19-Nov-14 16:35pm    
Afzaal,

Shame on your. There is a big field of programming technology called "genetic programming". The behavior, the algorithm is controlled by some data structures which can be randomly chosen, selected out in the process of "learning" and undergo a kind of mitotic crossover. In other words, following the way it happens in life and studied in biology.

Just to shock you a bit, let's look at the CodeProject articles along.

Of course, it does not make the question reasonable.

—SA
Afzaal Ahmad Zeeshan 19-Nov-14 16:45pm    
Oh yeah, I almost formot forget computing is applied to Bio-related studies too. You're right, I must go in the corner and cry for a while for not knowing it while having enough information on it. :(
Sergey Alexandrovich Kryukov 19-Nov-14 17:12pm    
Genetic programming is not bio-related. It has nothing to do with mathematical biology.
—SA
Afzaal Ahmad Zeeshan 20-Nov-14 7:33am    
I get your point Sergey, daily life processes, observation, hypothesis, experimentation and then the computer jumps in for solving the riddles. Program logic is defined on the basis of the theoretical study of environment and analysis is made to convert all that in the digital form for the computer to take over.

I will dig into this to learn more on this concept. :-) Thanks a lot.

1 solution

See https://www.google.com/search?q=genetic+algorithms[^], to get it off the unanswered list.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900