Citation Request¶
Please include these citations if you plan to use this library:
@software{thieu_2024_11136008,
author = {Nguyen Van Thieu},
title = {EvoRBF: A Nature-inspired Algorithmic Framework for Evolving Radial Basis Function Networks},
month = June,
year = 2025,
publisher = {Zenodo},
doi = {10.5281/zenodo.11136007},
url = {https://doi.org/10.5281/zenodo.11136007}
}
@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 want to understand how Nature-inspired Algorithms is applied to Radial Basis Function Network, you need to read the paper titled “Application of artificial intelligence in estimating mining capital expenditure using radial basis function neural network optimized by metaheuristic algorithms”. The paper can be accessed at the following this link
If you have an open-ended or a research question, you can contact me via nguyenthieu2102@gmail.com
Important links¶
Official source code repo: https://github.com/thieu1995/evorbf
Official document: https://evorbf.readthedocs.io/
Download releases: https://pypi.org/project/evorbf/
Issue tracker: https://github.com/thieu1995/evorbf/issues
Notable changes log: https://github.com/thieu1995/evorbf/blob/master/ChangeLog.md
- This project also related to our another projects which are “optimization” and “machine learning”, check it here:
License¶
The project is licensed under GNU General Public License (GPL) V3 license.