Objective of the post This post attempts to explain briefly what genetic algorithms are and how and why they help us solve some problems particularly in the field of optimization problems. We will be solving in C++ the classical Travelling Salesman Problem (TSP) using Genetic Algorithms (GA). A Genetic Algorithms perspective Genetic algorithm... Read more 01 Jan 2018 - 10 minute read
My name is Luis Enrique, I have a major in electronics, I am a passionate programmer my favorite language is C++ and I like programming algorithms and data structures as well as analyzing why they work and their complexity. Additionally I enjoy sharing and teaching the knowledges I learn furthermore I like to explain the most complex structures ... Read more 31 Dec 2017 - less than 1 minute read