Publications

Export 26 results:
Sort by: [ Author  (Asc)] Title Type Year
A B C D E F G H I J K L M [N] O P Q R S T U V W X Y Z   [Show ALL]
A
Agrawal, P., T. Ganesh, and A. W. Mohamed, "A novel binary gaining–sharing knowledge-based optimization algorithm for feature selection", Neural Computing and Applications, vol. 33, issue 11: Springer London, pp. 5989-6008, 2021. Abstract
n/a
Agrawal, P., T. Ganesh, and A. W. Mohamed, A novel binary gaining–sharing knowledge-based optimization algorithm for feature selection, , vol. 33, issue 11, pp. 5989 - 6008, 2021. AbstractWebsite

To obtain the optimal set of features in feature selection problems is the most challenging and prominent problem in machine learning. Very few human-related metaheuristic algorithms were developed and solved this type of problem. It motivated us to check the performance of recently developed gaining–sharing knowledge-based optimization algorithm (GSK), which is based on the concept of gaining and sharing knowledge of humans throughout their lifespan. It depends on two stages: beginners–intermediate gaining and sharing stage and intermediate–experts gaining and sharing stage. In this study, two approaches are proposed to solve feature selection problems: FS-BGSK: a novel binary version of GSK algorithm that relies on these two stages with knowledge factor 1 and FS-pBGSK: a population reduction technique that is employed on BGSK algorithm to enhance the exploration and exploitation quality of FS-BGSK. The proposed approaches are checked on twenty two feature selection benchmark datasets from UCI repository that contains small, medium and large dimensions datasets. The obtained results are compared with seven state-of-the-art metaheuristic algorithms; binary differential evolution, binary particle swarm optimization algorithm, binary bat algorithm, binary grey wolf optimizer, binary ant lion optimizer, binary dragonfly algorithm and binary salp swarm algorithm. It concludes that FS-pBGSK and FS-BGSK outperform other algorithms in terms of accuracy, convergence and robustness in most of the datasets.

Agrawal, P., T. Ganesh, and A. W. Mohamed, "A novel binary gaining–sharing knowledge-based optimization algorithm for feature selection", Neural Computing and Applications, vol. 33, issue 11: Springer London, pp. 5989-6008, 2021. Abstract
n/a
Ali W. Mohamed, Anas A. Hadi, K. J. M., "Novel mutation strategy for enhancing SHADE and LSHADE algorithms for global numerical optimization", Swarm and Evolutionary Computation, vol. 50, issue 100455: https://doi.org/10.1016/j.swevo.2018.10.006., 2019. Abstract
n/a
Ali W. Mohamed, Anas A. Hadi, K. J. M., "Novel mutation strategy for enhancing SHADE and LSHADE algorithms for global numerical optimization", Swarm and Evolutionary Computation, vol. 50, issue 100455: https://doi.org/10.1016/j.swevo.2018.10.006., 2019. Abstract
n/a
E
El-Quliti, S. A., A. H. M. Ragab, R. Abdelaal, A. W. Mohamed, A. S. Mashat, A. Y. Noaman, and A. H. Altalhi, "A nonlinear goal programming model for university admission capacity planning with modified differential evolution algorithm", Mathematical Problems in Engineering, vol. 2015: https://doi.org/10.1155/2015/892937, pp. 13, 2015. Abstract
n/a
H
Hassan, S. A., P. Agrawal, T. Ganesh, and A. W. Mohamed, "A Novel Multi-Objective Nonlinear Discrete Binary Gaining-Sharing Knowledge-Based Optimization Algorithm: Optimum Scheduling of Flights for Residual Stranded Citizens Due to COVID-19", International Journal of Applied Metaheuristic Computing (IJAMC), vol. 13, issue 1: IGI Global, pp. 1-25, 2022. Abstract
n/a
Hassan, S. A., P. Agrawal, T. Ganesh, and A. W. Mohamed, "A Novel Discrete Binary Gaining-Sharing Knowledge-Based Optimization Algorithm for the Travelling Counselling Problem for Utilization of Solar Energy", International Journal of Swarm Intelligence Research (IJSIR), vol. 13, issue 1: IGI Global, pp. 1-24, 2022. Abstract
n/a
M
Madhu, G., S. Kautish, K. A. Alnowibet, H. M. Zawbaa, and A. W. Mohamed, "Nipuna: A novel optimizer activation function for deep neural networks", Axioms, vol. 12, issue 3: MDPI, pp. 246, 2023. Abstract
n/a
Mohamed, A. W., A novel differential evolution algorithm for solving constrained engineering optimization problems, , vol. 29, issue 3, pp. 659 - 692, 2018. AbstractWebsite

This paper introduces a novel differential evolution (DE) algorithm for solving constrained engineering optimization problems called (NDE). The key idea of the proposed NDE is the use of new triangular mutation rule. It is based on the convex combination vector of the triplet defined by the three randomly chosen vectors and the difference vectors between the best, better and the worst individuals among the three randomly selected vectors. The main purpose of the new approach to triangular mutation operator is the search for better balance between the global exploration ability and the local exploitation tendency as well as enhancing the convergence rate of the algorithm through the optimization process. In order to evaluate and analyze the performance of NDE, numerical experiments on three sets of test problems with different features, including a comparison with thirty state-of-the-art evolutionary algorithms, are executed where 24 well-known benchmark test functions presented in CEC’2006, five widely used constrained engineering design problems and five constrained mechanical design problems from the literature are utilized. The results show that the proposed algorithm is competitive with, and in some cases superior to, the compared ones in terms of the quality, efficiency and robustness of the obtained final solutions.

Mohamed, A. W., "A Novel Discrete Binary Differential Evolution Algorithm", Aloy Journal of Soft Computing and Applications, vol. 2, no. 1: Aloy Publisher, 2014. Abstract
n/a
Mohamed, A. W., "A novel differential evolution algorithm for solving constrained engineering optimization problems", Journal of Intelligent Manufacturing, vol. 29: Springer US, pp. 659-692, 2018. Abstract
n/a
Mohamed, A. W., "A New Modified Binary Differential Evolution Algorithm and its Applications", Applied Mathematics & Information Sciences, vol. 10, issue 5: Natural Sciences Publishing, pp. 1965-1969, 2016. Abstract
n/a
Mohamed, A. W., A. A. Hadi, and K. M. Jambi, Novel mutation strategy for enhancing SHADE and LSHADE algorithms for global numerical optimization, , vol. 50, pp. 100455, 2019. AbstractWebsite

Proposing new mutation strategies to improve the optimization performance of differential evolution (DE) is an important research study. Therefore, the main contribution of this paper goes in three directions: The first direction is introducing a less greedy mutation strategy with enhanced exploration capability, named DE/current-to-ord_best/1 (ord stands for ordered) or ord_best for short. In the second direction, we introduce a more greedy mutation strategy with enhanced exploitation capability, named DE/current-to-ord_pbest/1 (ord_pbest for short). Both of the proposed mutation strategies are based on ordering three selected vectors from the current generation to perturb the target vector, where the directed differences are used to mimic the gradient decent behavior to direct the search toward better solutions. In ord_best, the three vectors are selected randomly to enhance the exploration capability of the algorithm. On the other hand, ord_pbest is designed to enhance the exploitation capability where two vectors are selected randomly and the third is selected from the global p best vectors. Based on the proposed mutation strategies, ord_best and ord_pbest, two DE variants are introduced as EDE and EBDE, respectively. The third direction of our work is a hybridization framework. The proposed mutations can be combined with DE family algorithms to enhance their search capabilities on difficult and complicated optimization problems. Thus, the proposed mutations are incorporated into SHADE and LSHADE to enhance their performance. Finally, in order to verify and analyze the performance of the proposed mutation strategies, numerical experiments were conducted using CEC2013 and CEC2017 benchmarks. The performance was also evaluated using CEC2010 designed for Large-Scale Global Optimization. Experimental results indicate that in terms of robustness, stability, and quality of the solution obtained, both mutation strategies are highly competitive, especially as the dimension increases.

Mohamed, A. W., "A novel differential evolution algorithm for solving constrained engineering optimization problems", Journal of Intelligent Manufacturing, vol. 29: Springer US, pp. 659-692, 2018. Abstract
n/a
N
Nabeeh, N. A., M. Mohamed, A. Abdel-Monem, M. Abdel-Basset, K. M. Sallam, M. El-Abd, and A. Wagdy, "A Neutrosophic Evaluation Model for Blockchain Technology in Supply Chain Management", 2022 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE): IEEE, pp. 1-8, 2022. Abstract
n/a
Nomer, H. A. A., K. A. Alnowibet, A. Elsayed, and A. W. Mohamed, "Neural Knapsack: A Neural Network Based Solver for the Knapsack Problem", IEEE Access, vol. 8, pp. 224200 - 224210, 2020. Abstract
n/a
Nomer, H. A. A., K. A. Alnowibet, A. Elsayed, and A. W. Mohamed, "Neural knapsack: a neural network based solver for the knapsack problem", IEEE access, vol. 8: IEEE, pp. 224200-224210, 2020. Abstract
n/a
S
Sallam, K. M., and A. W. Mohamed, "Neutrosophic MCDM methodology for evaluation onshore wind for electricity generation and sustainability ecological", Neutrosophic Systems with Applications, vol. 4, pp. 53-61, 2023. Abstract
n/a
Sharma, C., S. Sharma, S. Kautish, S. A. M. Alsallami, E. M. Khalil, and A. W. Mohamed, "A new median-average round Robin scheduling algorithm: An optimal approach for reducing turnaround and waiting time", Alexandria Engineering Journal, vol. 61, issue 12: Elsevier, pp. 10527-10538, 2022. Abstract
n/a
Sukheja, D., J. A. Shah, G. Madhu, S. K. Kautish, F. A. Alghamdi, I. S. Yahia, E. - S. M. El-kenawy, and A. W. Mohamed, "New decision-making technique based on hurwicz criteria for fuzzy ranking", Computers, Materials and Continua, pp. 4595-4609, 2022. Abstract
n/a
X
Xiong, G., L. Li, A. W. Mohamed, X. Yuan, and J. Zhang, "A new method for parameter extraction of solar photovoltaic models using gaining–sharing​ knowledge based algorithm", Energy Reports, vol. 7: Elsevier, pp. 3286-3301, 2021. Abstract
n/a
Xiong, G., L. Li, A. W. Mohamed, X. Yuan, and J. Zhang, "A new method for parameter extraction of solar photovoltaic models using gaining–sharing​ knowledge based algorithm", Energy Reports, vol. 7: Elsevier, pp. 3286-3301, 2021. Abstract
n/a
Tourism