Skip to content

Commit e7e85b6

Browse files
committed
Update citation
1 parent 079913c commit e7e85b6

File tree

2 files changed

+26
-30
lines changed

2 files changed

+26
-30
lines changed

README.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525

2626
MetaPerceptron (Metaheuristic-optimized Multi-Layer Perceptron) is a Python library that implements variants and the
27-
traditional version of Multi-Layer Perceptron models. These include Metaheuristic-optimized MLP models (GA, PSO, WOA, TLO, DE, ...)
28-
and Gradient Descent-optimized MLP models (SGD, Adam, Adelta, Adagrad, ...). It provides a comprehensive list of
27+
traditional version of Multi-Layer Perceptron models. These include Metaheuristic-trained MLP models (GA, PSO, WOA, TLO, DE, ...)
28+
and Gradient Descent-trained MLP models (SGD, Adam, Adelta, Adagrad, ...). It provides a comprehensive list of
2929
optimizers for training MLP models and is also compatible with the Scikit-Learn library. With MetaPerceptron,
3030
you can perform searches and hyperparameter tuning using the features provided by the Scikit-Learn library.
3131

@@ -44,22 +44,21 @@ you can perform searches and hyperparameter tuning using the features provided b
4444

4545
# Citation Request
4646

47-
If you want to understand how Metaheuristic is applied to Multi-Layer Perceptron, you need to read the paper
48-
titled **"Let a biogeography-based optimizer train your Multi-Layer Perceptron"**.
49-
The paper can be accessed at the following [link](https://doi.org/10.1016/j.ins.2014.01.038)
47+
If you want to understand how Metaheuristic is applied to Multi-Layer Perceptron, you need to read the paper [link](https://doi.org/10.1016/j.csi.2025.103977)
5048

5149

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

5452
```code
55-
@software{nguyen_van_thieu_2023_10251022,
56-
author = {Nguyen Van Thieu},
57-
title = {MetaPerceptron: A Standardized Framework for Metaheuristic-Trained Multi-Layer Perceptron},
58-
month = dec,
59-
year = 2023,
60-
publisher = {Zenodo},
61-
doi = {10.5281/zenodo.10251021},
62-
url = {https://github.com/thieu1995/MetaPerceptron}
53+
@article{van2025metaperceptron,
54+
title={MetaPerceptron: A Standardized Framework for Metaheuristic-Driven Multi-Layer Perceptron Optimization},
55+
author={Van Thieu, Nguyen and Mirjalili, Seyedali and Garg, Harish and Hoang, Nguyen Thanh},
56+
journal={Computer Standards \& Interfaces},
57+
pages={103977},
58+
year={2025},
59+
publisher={Elsevier},
60+
doi={10.1016/j.csi.2025.103977},
61+
url={https://doi.org/10.1016/j.csi.2025.103977}
6362
}
6463
6564
@article{van2023mealpy,
@@ -78,19 +77,9 @@ Please include these citations if you plan to use this library:
7877
volume={617},
7978
pages={129034},
8079
year={2023},
81-
publisher={Elsevier}
82-
}
83-
84-
@article{thieu2019efficient,
85-
title={Efficient time-series forecasting using neural network and opposition-based coral reefs optimization},
86-
author={Thieu Nguyen, Tu Nguyen and Nguyen, Binh Minh and Nguyen, Giang},
87-
journal={International Journal of Computational Intelligence Systems},
88-
volume={12},
89-
number={2},
90-
pages={1144--1161},
91-
year={2019}
80+
publisher={Elsevier},
81+
doi={10.1016/j.jhydrol.2022.129034}
9282
}
93-
9483
```
9584

9685
# Simple Tutorial

docs/source/pages/support.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22
Citation Request
33
================
44

5-
Note::
6-
7-
If you want to understand how Metaheuristic is applied to Multi-Layer Perceptron, you need to read the paper
8-
titled `Let a biogeography-based optimizer train your Multi-Layer Perceptron`.
9-
The paper can be accessed at the following `this link <https://doi.org/10.1016/j.ins.2014.01.038>`_
5+
If you want to understand how Metaheuristic is applied to Multi-Layer Perceptron, you need to read the paper `link <https://doi.org/10.1016/j.csi.2025.103977>`_
106

117

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

10+
@article{van2025metaperceptron,
11+
title={MetaPerceptron: A Standardized Framework for Metaheuristic-Driven Multi-Layer Perceptron Optimization},
12+
author={Van Thieu, Nguyen and Mirjalili, Seyedali and Garg, Harish and Hoang, Nguyen Thanh},
13+
journal={Computer Standards \& Interfaces},
14+
pages={103977},
15+
year={2025},
16+
publisher={Elsevier},
17+
doi={10.1016/j.csi.2025.103977},
18+
url={https://doi.org/10.1016/j.csi.2025.103977}
19+
}
20+
1421
@software{nguyen_van_thieu_2023_10251022,
1522
author = {Nguyen Van Thieu},
1623
title = {MetaPerceptron: A Standardized Framework for Metaheuristic-Trained Multi-Layer Perceptron},

0 commit comments

Comments
 (0)