Genetic Algorithms Role in AI
Learn about some of the recent innovations performed by genetic algorithms in the field of AI.
We'll cover the following...
Recap
Throughout this course, you learned how to use genetic algorithms to solve optimization problems. You discovered the ins and outs of basic genetic algorithms and worked through solving difficult problems with a problem-solving framework. You designed a genetic algorithm framework from start to finish and expanded on this framework with the addition of basic tracking mechanisms and visualizations. You then optimized your framework with tools like ExProf and Benchee, and you learned how to ensure the code you implement within your framework is correct using tools like ExUnit and dialyxir.
At this point, you have a powerful suite of skills and tools that can ...