We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Implemented with the Agent and MutableAgent. I have to use in more function now.
Agent
MutableAgent
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: