Newton Raphson Optimizer (NRO) - A Metaheuristic Algorithm

The NRO is inspired by Newton-Raphson’s approach, and it explores the entire search process using two rules: the NRSR and TAO.
63 Downloads
Updated 2 Feb 2024

View License

The Newton-Raphson-Based Optimizer (NRBO), a new metaheuristic algorithm, is suggested and developed in this paper. The NRBO is inspired by Newton-Raphson's approach, and it explores the entire search process using two rules: the Newton-Raphson Search Rule (NRSR) and the Trap Avoidance Operator (TAO) and a few groups of matrices to explore the best results further. The NRSR uses a Newton-Raphson method to improve the exploration ability of NRBO and increase the convergence rate to reach improved search space positions. The TAO helps the NRBO to avoid the local optima trap. The performance of NRBO was assessed using 64 benchmark numerical functions, including 23 standard benchmarks, 29 CEC2017 constrained benchmarks, and 12 CEC2022 benchmarks. In addition, the NRBO was employed to optimize 12 CEC2020 real-world constrained engineering optimization problems. The proposed NRBO was compared to seven state-of-the-art optimization algorithms, and the findings showed that the NRBO produced promising results due to its features, such as high exploration and exploitation balance, high convergence rate, and effective avoidance of local optima capabilities. In addition, the NRBO also validated on challenging wireless communication problem called the internet of vehicle problem, and the NRBO was able to find the optimal path for data transmission. Also, the performance of NRBO in training the deep reinforcement learning agents is also studied by considering the mountain car problem. The obtained results also proved the NRBO's excellent performance in handling challenging real-world engineering problems.
NRBO is a fundamental algorithm designed to introduce users to global optimization. This code serves as a foundational platform, offering core capabilities and a user-friendly structure for optimization algorithm enthusiasts. While it showcases essential techniques and strategies, it's a basic version and may not guarantee superior results across all applications. Ideal for users seeking a basis for further development, customization, and experimentation. This code invites collaborative growth and innovation.

Cite As

Dr. Pradeep Jangir (2024). Newton Raphson Optimizer (NRO) - A Metaheuristic Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/158881-newton-raphson-optimizer-nro-a-metaheuristic-algorithm), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2023b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0