Assignment Details -
Need to write a code for connecting segments (Lines) a special case of TSP.
The problem is to connect lines in 2d/ 3d space with path obstructions. Can you help me write the code for this?
Hope you may include the steps of the solution with flow chart and written already the code (GA, PSO and ACO) for 2d problems without path obstructions.
Your code may include the obstructions applicable to 3D problems.