-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds the plotters module into ReadTheDocs index and adds a deprecated information on plot_environment.py Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
- Loading branch information
ljvmiranda921
committed
Jun 14, 2018
1 parent
054570e
commit a56c50e
Showing
4 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
Utilities | ||
========= | ||
|
||
This includes various utilities to help in optimization. In the future, | ||
parameter search and plotting techniques will be incoroporated in this | ||
module. | ||
This includes various utilities to help in optimization. Some utilities | ||
include benchmark objective functions, hyperparameter search, and plotting | ||
functionalities. | ||
|
||
.. toctree:: | ||
|
||
pyswarms.utils.functions | ||
pyswarms.utils.search | ||
pyswarms.utils.plotters | ||
pyswarms.utils.environments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
pyswarms.utils.environments package | ||
==================================== | ||
|
||
.. automodule:: pyswarms.utils.environments | ||
|
||
.. deprecated:: 0.2.1 | ||
This module will be deprecated in the next release. Please use | ||
:mod:`pyswarms.utils.plotters` instead. | ||
|
||
pyswarms.utils.environments.plot_environment module | ||
---------------------------------------------------- | ||
|
||
.. automodule:: pyswarms.utils.environments.plot_environment | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:special-members: __init__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
pyswarms.utils.plotters package | ||
================================ | ||
|
||
.. automodule:: pyswarms.utils.plotters | ||
|
||
pyswarms.utils.plotters.plotters module | ||
---------------------------------------- | ||
|
||
.. automodule:: pyswarms.utils.plotters.plotters | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyswarms.utils.plotters.formatters module | ||
------------------------------------------ | ||
|
||
.. automodule:: pyswarms.utils.plotters.formatters | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters