Skip to content

MetaCluster: An Open-Source Python Library for Metaheuristic-based Clustering Problems

License

Notifications You must be signed in to change notification settings

thieu1995/MetaCluster_examples

Repository files navigation

MetaCluster examples testcase for the paper

Install environment by

$ pip install -r requirements.txt

How to run?

  1. You can run every single script by:
$ python 01_aniso.py
$ python 02_balance.py
...
  1. You can run all the scripts at the same time by:
$ chmod +x main_run.sh
$ ./main_run.sh   

Citation Request

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

@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}
}

About

MetaCluster: An Open-Source Python Library for Metaheuristic-based Clustering Problems

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages