Skip to content

Commit

Permalink
Update DOI and paper
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Dec 7, 2023
1 parent e49fe74 commit b2bba74
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 34 deletions.
59 changes: 33 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,33 @@ clustering problem in Python
* **Dependencies:** numpy, scipy, scikit-learn, pandas, mealpy, permetrics, plotly, kaleido



# Citation Request

Please include these citations if you plan to use this library:

```code
@article{VanThieu2023,
author = {Van Thieu, Nguyen and Oliva, Diego and Pérez-Cisneros, Marco},
title = {MetaCluster: An open-source Python library for metaheuristic-based clustering problems},
journal = {SoftwareX},
year = {2023},
pages = {101597},
volume = {24},
DOI = {10.1016/j.softx.2023.101597},
}
@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}
}
```


# Installation

* Install the [current PyPI release](https://pypi.python.org/pypi/metacluster):
Expand Down Expand Up @@ -65,7 +92,9 @@ $ python

### Examples

Let's go through some examples.
We implement a dedicated Github repository for examples at [MetaCluster_examples](https://github.com/thieu1995/MetaCluster_examples)

Let's go through some basic examples from here:

#### 1. First, load dataset. You can use the available datasets from MetaCluster:

Expand Down Expand Up @@ -176,34 +205,12 @@ More examples can be found [here](/examples)
* https://github.com/thieu1995/opfunu
* https://github.com/thieu1995/enoppy
* https://github.com/thieu1995/permetrics
* https://github.com/thieu1995/IntelELM
* https://github.com/thieu1995/MetaPerceptron
* https://github.com/thieu1995/GrafoRVFL
* https://github.com/aiir-team


### Citation Request

Please include these citations if you plan to use this library:

```code
@software{van_thieu_nguyen_2023_8220709,
author = {Nguyen Van Thieu},
title = {MetaCluster: An Open-Source Python Library for Metaheuristic-based Clustering Problems},
month = aug,
year = 2023,
publisher = {Zenodo},
doi = {10.5281/zenodo.8214539},
url = {https://github.com/thieu1995/metacluster}
}
@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}
}
```

### Supported links

```code
Expand Down
19 changes: 11 additions & 8 deletions docs/source/pages/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Citation Request

Please include these citations if you plan to use this library:::

@software{van_thieu_nguyen_2023_8220709,
author = {Nguyen Van Thieu},
title = {MetaCluster: An Open-Source Python Library for Metaheuristic-based Clustering Problems},
month = aug,
year = 2023,
publisher = {Zenodo},
doi = {10.5281/zenodo.8214539},
url = {https://github.com/thieu1995/metacluster}
@article{VanThieu2023,
author = {Van Thieu, Nguyen and Oliva, Diego and Pérez-Cisneros, Marco},
title = {MetaCluster: An open-source Python library for metaheuristic-based clustering problems},
journal = {SoftwareX},
year = {2023},
pages = {101597},
volume = {24},
DOI = {10.1016/j.softx.2023.101597},
}

@article{van2023mealpy,
Expand Down Expand Up @@ -44,6 +44,9 @@ Important links
* https://github.com/thieu1995/opfunu
* https://github.com/thieu1995/enoppy
* https://github.com/thieu1995/permetrics
* https://github.com/thieu1995/IntelELM
* https://github.com/thieu1995/MetaPerceptron
* https://github.com/thieu1995/GrafoRVFL
* https://github.com/aiir-team

=======
Expand Down

0 comments on commit b2bba74

Please sign in to comment.