Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

genetic algorithms for NP-hard problems

Name: Anonymous 2011-12-18 10:34

for NP-hard problems, are GAs the same as random bruteforce (or possibly even worse)? or should GAs always be used instead of random bruteforce, just in case there ARE partial solutions, or can the partial solutions make the GA slow down?

to put it simply, GAs or random search when the problem is chaotic?

Name: Anonymous 2011-12-18 14:46

>>3

You can combine your genetic algorithm with random search by having the genetic algorithm start with random states in your space, and then have them find their local maxima.

http://en.wikipedia.org/wiki/Simulated_annealing

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List