Show HN: A Genetic Algorithm library written in JavaScript
1–10 of 42 posts
Re: Show HN: A Genetic Algorithm library written in JavaScript
#2I did proposed a GA framework in my final thesis, but I end up never actually sharing the code, because it the end you have to create most of the code anyways. How to create your population, how to evaluate each individual, how to cross them...
My final thesis is in Portuguese, otherwise I'll share a link
Re: Show HN: A Genetic Algorithm library written in JavaScript
#3Re: Show HN: A Genetic Algorithm library written in JavaScript
#4Re: Show HN: A Genetic Algorithm library written in JavaScript
#5interesting. I did proposed a GA framework in my final thesis, but I end up never actually sharing the code, because it the end you have to create most of the code anyways. How to create your population, how to evaluate each individual, how to cross them... My final thesis is in Portuguese, otherwise I'll share a link
Re: Show HN: A Genetic Algorithm library written in JavaScript
#6Remember that great old flash thingy where you mutate a boxcar until it drives well, just found out there's a html version: https://rednuht.org/genetic_cars_2/
Re: Show HN: A Genetic Algorithm library written in JavaScript
#7Re: Show HN: A Genetic Algorithm library written in JavaScript
#8Re: Show HN: A Genetic Algorithm library written in JavaScript
#9A question for the author: is genetic data a thing? If it is what are your thoughts?
Re: Show HN: A Genetic Algorithm library written in JavaScript
#10Nueral network tech went through a weird period and then back to basics (back prop) just with massive computation (and simple activation functions) with fabulous results. I wonder if similar things could be done with other old school techniques like GA. Does anyone know if we have tried massive ones?
In fact, much of "old school" CS is still very much alive and applying modern techniques and hardware to their problems. It's not that neural networks are some field of CS that is much more advanced than the rest of CS but rather neural networks happen to be the current hot topic.