I need to visualize graphically all the visited solutions during the metahaeuristics process so that I can analyse the metaheuristic ability to explore different area in the search space.
The solution is a vector of hundreds of binary elements (0 or 1) thus, the research space is multidimentional.
Thanks in advance.