Matlab’s genetic algorithm ignores obstacle when pathfinding in 2D space
I’m playing with Matlab’s Global Optimization Toolbox and learning about genetic algorithms. My goal is to implement an algorithm that can navigate in 2D space, searching for the shortest path from a start point to an end point while avoiding simple, static obstacles along the way.