erzakiev/frictionless

Making the algorithm avoid redundant searches

erzakiev opened this issue · 0 comments

With the help of Carola Doerr we can avoid redundant calculations, leading to the same basins of attraction over and over again (which is the case for the current vanilla implementation). She suggested using a hybrid taboo/double verification approach, which is in active development and will be posted shortly along with the details of the approach.