Skip to content
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 dev-pyswarms documentation #124

Merged
merged 9 commits into from
Jun 10, 2018
Merged

Update dev-pyswarms documentation #124

merged 9 commits into from
Jun 10, 2018

Conversation

ljvmiranda921
Copy link
Owner

No description provided.

ljvmiranda921 added 2 commits June 10, 2018 13:23
In this commit, we'll use the Markdown file going forward. Turns
out the PyPI is now more accommodating of .md files so we'll follow
them from now on.

In the same vein, we also updated the references found in the setup.py
and MANIFEST.in of our module. In py34, there are some problems when
we're not referencing properly in MANIFEST.in, and I wonder why.

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
In this commit, we do a documentation cleanup for the previous
documentation. Specifically, we updated the following:
  - Better grammar on some sentences/paragraphs.
  - Clearer docstring in some old methods
  - Add PlotEnvironment docs (wonder why it's not been added before)
  - Overall cleaner code and organization

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
ljvmiranda921 added 7 commits June 10, 2018 20:04
This commit adds a documentation for the backend module.
I also updated some docstrings for clearer explanations

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
In this commit, we add an assets directory to contain all images for our
documentation. The images were generated using the TiKz package
in LaTeX.

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
Add some explanation about the PySwarms API and on how to use
the backend module.

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
This commit updates the default parameters in create_swarm
(options, by default, is now an empty dict), and in the update_velocity
of the ring and star topologies (clamp, by default, is now None)

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
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 <ljvmiranda@gmail.com>
@ljvmiranda921 ljvmiranda921 merged commit 6402be4 into development Jun 10, 2018
@ljvmiranda921 ljvmiranda921 deleted the add-dev-docs branch June 10, 2018 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant