-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
120 additions
and
86 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
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
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
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 |
---|---|---|
|
@@ -2,39 +2,53 @@ | |
Cite Us | ||
======= | ||
|
||
If you are using mealpy in your project, we would appreciate citations: | ||
|
||
:: | ||
|
||
@software{nguyen_van_thieu_2022_6684223, | ||
author = {Nguyen Van Thieu and Seyedali Mirjalili}, | ||
title = {{MEALPY: a Framework of The State-of-The-Art Meta-Heuristic Algorithms in Python}}, | ||
month = jun, | ||
year = 2022, | ||
publisher = {Zenodo}, | ||
version = {v2.5.0}, | ||
doi = {10.5281/zenodo.6684223}, | ||
url = {https://doi.org/10.5281/zenodo.6684223} | ||
If you are using mealpy in your project, we would appreciate citations:: | ||
|
||
@article{van2023mealpy, | ||
title={MEALPY: An open-source library for latest meta-heuristic algorithms in Python}, | ||
author={Van Thieu, Nguyen and Mirjalili, Seyedali}, | ||
journal={Journal of Systems Architecture}, | ||
year={2023}, | ||
publisher={Elsevier}, | ||
doi={10.1016/j.sysarc.2023.102871} | ||
} | ||
|
||
@article{van2023groundwater, | ||
title={Groundwater level modeling using Augmented Artificial Ecosystem Optimization}, | ||
author={Van Thieu, Nguyen and Barma, Surajit Deb and Van Lam, To and Kisi, Ozgur and Mahesha, Amai}, | ||
journal={Journal of Hydrology}, | ||
volume={617}, | ||
pages={129034}, | ||
year={2023}, | ||
publisher={Elsevier}, | ||
doi={10.1016/j.jhydrol.2022.129034} | ||
} | ||
``` | ||
|
||
|
||
If you have an open-ended or a research question, you can contact me via [email protected] | ||
|
||
|
||
=============== | ||
Important links | ||
=============== | ||
|
||
|
||
* Official source code repo: https://github.com/thieu1995/mealpy | ||
* Official document: https://mealpy.readthedocs.io/ | ||
* Download releases: https://pypi.org/project/mealpy/ | ||
* Issue tracker: https://github.com/thieu1995/mealpy/issues | ||
* Notable changes log: https://github.com/thieu1995/mealpy/blob/master/ChangeLog.md | ||
* Examples with different meapy version: https://github.com/thieu1995/mealpy/blob/master/EXAMPLES.md | ||
* Official chat/support group: https://t.me/+fRVCJGuGJg1mNDg1 | ||
|
||
* This project also related to my another projects which are "meta-heuristics" and "neural-network", check it here | ||
* This project also related to our another projects which are "meta-heuristics" and "neural-network", check it here | ||
* https://github.com/thieu1995/opfunu | ||
* https://github.com/thieu1995/metaheuristics | ||
* https://github.com/aiir-team | ||
* https://github.com/mafese | ||
* https://github.com/permetrics | ||
|
||
|
||
|
||
==================== | ||
|
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
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ def readme(): | |
|
||
setup( | ||
name="mealpy", | ||
version="2.5.4-alpha.5", | ||
version="2.5.4-alpha.6", | ||
author="Thieu", | ||
author_email="[email protected]", | ||
description="MEALPY: An Open-source Library for Latest Meta-heuristic Algorithms in Python", | ||
|