-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
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
Update documentation in Development Branch #121
Labels
Comments
So it's actually easy to build documentation for different branches, next, change the Perhaps the same goes for master? |
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 10, 2018
This commit adds a documentation for the backend module. I also updated some docstrings for clearer explanations Signed-off-by: Lester James V. Miranda <[email protected]>
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 10, 2018
Add some explanation about the PySwarms API and on how to use the backend module. Signed-off-by: Lester James V. Miranda <[email protected]>
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 10, 2018
This commit should update all Jupyter notebook examples to the dev version. Hopefully everything is okay after this. This also adds a new notebook for demonstrating the custom optimization loop. Signed-off-by: Lester James V. Miranda <[email protected]>
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 10, 2018
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 14, 2018
This commit adds a documentation for the backend module. I also updated some docstrings for clearer explanations Signed-off-by: Lester James V. Miranda <[email protected]>
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 14, 2018
Add some explanation about the PySwarms API and on how to use the backend module. Signed-off-by: Lester James V. Miranda <[email protected]>
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 14, 2018
This commit should update all Jupyter notebook examples to the dev version. Hopefully everything is okay after this. This also adds a new notebook for demonstrating the custom optimization loop. Signed-off-by: Lester James V. Miranda <[email protected]>
ljvmiranda921
pushed a commit
that referenced
this issue
Jun 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
A lot of things have happened when we added the backend module in PR #115 . The API is still the same, but we changed the backend. It would be nice if we can add some documentation in ReadTheDocs for this backend.
In addition, it would also be nice to add new notebook examples on how to use this backend to develop your own swarm algorithms without using the pre-made
GlobalBestPSO
, etc. implementations.If you're up to the task, just ping me here! We'll be working together.
Things to do:
.rst
files) in the ReadTheDocs documentationmaster
anddevelopment
branch?backend
module (and clean-up/updates of existing notebooks if necessary).The text was updated successfully, but these errors were encountered: