-
Notifications
You must be signed in to change notification settings - Fork 23
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
4 changed files
with
74 additions
and
52 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 |
---|---|---|
@@ -1,19 +1,26 @@ | ||
======= | ||
Cite Us | ||
======= | ||
|
||
If you are using mafese in your project, we would appreciate citations:: | ||
Please include these citations if you plan to use this library:: | ||
|
||
@software{nguyen_van_thieu_2023_7969043, | ||
author = {Nguyen Van Thieu}, | ||
title = {MAFESE: Metaheuristic Algorithm for Feature Selection - An Open Source Python Library}, | ||
author = {Nguyen Van Thieu, Ngoc Hung Nguyen, Ali Asghar Heidari}, | ||
title = {Feature Selection using Metaheuristics Made Easy: Open Source MAFESE Library in Python}, | ||
month = may, | ||
year = 2023, | ||
publisher = {Zenodo}, | ||
doi = {10.5281/zenodo.7969042}, | ||
url = {https://github.com/thieu1995/mafese} | ||
} | ||
|
||
@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} | ||
} | ||
|
||
If you have an open-ended or a research question, you can contact me via [email protected] | ||
|
||
|
@@ -29,12 +36,14 @@ Important links | |
* Notable changes log: https://github.com/thieu1995/mafese/blob/master/ChangeLog.md | ||
* Examples with different meapy version: https://github.com/thieu1995/mafese/blob/master/examples.md | ||
|
||
* This project also related to our another projects which are "meta-heuristics", "neural-network", and "optimization" check it here | ||
* This project also related to our another projects which are "optimization" and "machine learning", check it here: | ||
* https://github.com/thieu1995/mealpy | ||
* https://github.com/thieu1995/metaheuristics | ||
* https://github.com/thieu1995/opfunu | ||
* https://github.com/thieu1995/enoppy | ||
* https://github.com/thieu1995/permetrics | ||
* https://github.com/thieu1995/MetaCluster | ||
* https://github.com/thieu1995/pfevaluator | ||
* https://github.com/aiir-team | ||
|
||
|
||
|