Skip to content

Commit 0d481bd

Browse files
Update applications.rst
1 parent ff9338f commit 0d481bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/sphinx/source/applications.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,12 @@ Till now, this Python library `PyPop7` has been required and/or introduced
160160
* `requirements.txt`: `pypop7 = "^0.0.79"`
161161
* **13**: https://github.com/AmitDIRTYC0W/neuronveil-mnist-train
162162

163-
* **CLPSO + GL25 + SHADE + JADE + LEP**
163+
* `pyproject.toml`: `"pypop7 ~= 0.0.79"`
164+
* `from pypop7.optimizers.pso.clpso import CLPSO`
165+
* `from pypop7.optimizers.ga.gl25 import GL25`
166+
* `from pypop7.optimizers.de.shade import SHADE`
167+
* `from pypop7.optimizers.de.jade import JADE`
168+
* `from pypop7.optimizers.ep.lep import LEP`
164169
* 12: https://pypi.org/project/advanced-global-optimizers/ (2024)
165170
* 11: https://github.com/aiboxlab/evolutionary-abm-calibration (2024)
166171
* 10: https://github.com/Echozqn/llm [https://github.com/Echozqn/llm/tree/main/collie/examples/alpaca/eda] (2024)

0 commit comments

Comments
 (0)