How Do Genetic Algorithms Work? [video]
youtube.com
How Do Genetic Algorithms Work? [video]
1–10 of 14 posts
Re: How Do Genetic Algorithms Work? [video]
#2Of course they're definitely great for evolving little cars, like this other example shows: http://rednuht.org/genetic_cars_2/
Re: How Do Genetic Algorithms Work? [video]
#3I'm curious to see what people have used genetic algorithms for in practice. Personally I've used them for feature selection when I was trying to reduce a high amount of features to smaller amount for a classification problem. Of course they're definitely great for evolving little cars, like this other example shows: http://rednuht.org/genetic_cars_2/
Re: How Do Genetic Algorithms Work? [video]
#4Re: How Do Genetic Algorithms Work? [video]
#5Re: How Do Genetic Algorithms Work? [video]
#6I'm curious to see what people have used genetic algorithms for in practice. Personally I've used them for feature selection when I was trying to reduce a high amount of features to smaller amount for a classification problem. Of course they're definitely great for evolving little cars, like this other example shows: http://rednuht.org/genetic_cars_2/
Re: How Do Genetic Algorithms Work? [video]
#7My issue with GA is that they are definitely the sexiest/best known evolutionary algorithm in their class, so they get used for a lot of things that they're not really designed for. GA work best if you have lots of discrete parameters that combine in weird ways to determine fitness (you know, like DNA). I'm a structural engineer, and most search problems I run into have a smaller number of continuously valued paramet…
I'm currently putting together a shader based polygon evolver and one of the things that I want to implement is smarter mutations where it weighs the relative importance of each gene and can more aggressively mutate genes that contribute the least.
Re: How Do Genetic Algorithms Work? [video]
#8I'm curious to see what people have used genetic algorithms for in practice. Personally I've used them for feature selection when I was trying to reduce a high amount of features to smaller amount for a classification problem. Of course they're definitely great for evolving little cars, like this other example shows: http://rednuht.org/genetic_cars_2/
Re: How Do Genetic Algorithms Work? [video]
#9My issue with GA is that they are definitely the sexiest/best known evolutionary algorithm in their class, so they get used for a lot of things that they're not really designed for. GA work best if you have lots of discrete parameters that combine in weird ways to determine fitness (you know, like DNA). I'm a structural engineer, and most search problems I run into have a smaller number of continuously valued paramet…
However does it really matter? It might save a little bit of time at best. But almost everyone has heard of genetic algorithms, so it's easier to talk about, than talking about particle swarm optimizations or whatever. Also genetic algorithms tend to excite people in a way that other metaheuristics just don't. People are fascinated with genetic algorithms, not so much with hillclimbing.
Re: How Do Genetic Algorithms Work? [video]
#10I'm curious to see what people have used genetic algorithms for in practice. Personally I've used them for feature selection when I was trying to reduce a high amount of features to smaller amount for a classification problem. Of course they're definitely great for evolving little cars, like this other example shows: http://rednuht.org/genetic_cars_2/
My favorite is the guy who got e-ink displays to work using them.
Also see the Hummie awards, for the best use of genetic algorithms outperforming humans: http://www.genetic-programming.org/combined.php