How to re-order units based on their degree of desirable neighborhood ? (in Processing)
The solution I propose to solve this challenge is based on repeating the algorithm several times while recordig valid solutions. As solution is not unique, I expect the algorithm to throw more than 1 solution. Each of them will have a score based on neighbours affinity. I’ll call an ‘attempt‘ to a complete run trying … Read more