Currently during the PSO optimization, a linkage is represented as a tuple : (score, dimensions, initial positions).
Using indexes every where does not make things easy to debug and prevents the development of more advanced features.
Using a named tuple should be enough here, but with extensions in mind an object would be better.
Currently during the PSO optimization, a linkage is represented as a tuple : (score, dimensions, initial positions).
Using indexes every where does not make things easy to debug and prevents the development of more advanced features.
Using a named tuple should be enough here, but with extensions in mind an object would be better.