Parmeggiani-Lab / elfin-solver

Standard Genetic Algorithm solver for elfin
MIT License
0 stars 0 forks source link

Bring back collision check somewhere #11

Closed joy13975 closed 5 years ago

joy13975 commented 5 years ago

Node collision has been removed for now, but I'm not sure it is necessary to being it back.

Maybe it's good to have a check just once somewhere in the GA, but not during mutation because that's probably quite heavy - O(n^2).

joy13975 commented 5 years ago

Benchmarks are passing so this doesn't seem necessary.