Rider optimization algorithm

From HandWiki
Rider Optimization Algorithm (ROA)
Developed byBinu D[1]
CategoryMetaheuristics[2][circular reference]
Year of development2019[1]
PublisherIEEE[1]
LanguageMatlab[3]
Citation count49[4]

The rider optimization algorithm (ROA)[1][5][6] is devised based on a novel computing method, namely fictional computing that undergoes series of process to solve the issues of optimizations using imaginary facts and notions. ROA relies on the groups of rider that struggle to reach the target. ROA employs rider groups that take a trip to reach common target in order to become winner. In ROA, the count of groups is four wherein equal riders are placed.

The four groups adapted in ROA are attacker, overtaker, follower, and bypass rider. Each group undergoes series of strategy to attain the target. The goal of bypass rider is to attain target by bypassing leader's path. The follower tries to follow the position of leader in axis. Furthermore, the follower employs multidirectional search space considering leading rider, which is useful for algorithm as it improves convergence rate. The overtaker undergoes its own position to attain target considering nearby locations of leader. The benefit of overtaker is that it facilitates faster convergence with huge global neighbourhood. As per ROA, the global optimal convergence is function of overtaker, whose position relies on the position of the leader, success rate, and directional indicator. The attacker adapts position of leader to accomplish destination by using its utmost speed. Moreover, it is responsible for initializing the multidirectional search using fast search for accelerating search speed.

Despite the riders undergoes a specific method, the major factors employed for reaching the target are correct riding of vehicles and proper management of accelerator, steering, brake and gear. At each time instance, the riders alter its position towards target by regulating these factors and follow the prescribed method using current success rate. The leader is defined using the success rate at current instance. The process is repeated till the riders go into off time that is maximal instant provided to riders to attain intended location. After reaching off time, the rider at leading position is termed winner.

Algorithm

The ROA[1][5][6] is motivated from riders, who contend to reach anticipated location. The steps employed in ROA algorithm are defined below:

Initialization of Rider and other algorithmic parameters

The foremost step is the initialization of algorithm which is done using four groups of riders represented as [math]\displaystyle{ V }[/math], and initializations of its positions are performed in arbitrary manner. The initialization of group is given by,

[math]\displaystyle{ S_l=\{S_l(v,k)\};1\leq v \leq P , 1\leq k \leq W }[/math]

 

 

 

 

(1)

where, [math]\displaystyle{ P }[/math] signifies count of riders, and [math]\displaystyle{ S_l(v,k) }[/math]signifies position of [math]\displaystyle{ v^{th} }[/math] rider in [math]\displaystyle{ k^{th} }[/math] size at [math]\displaystyle{ l^{th} }[/math] time instant.

The count of riders is evaluated with count of riders of each group and is expressed as,

[math]\displaystyle{ P=B+J+O+A+K }[/math]

 

 

 

 

(2)

where, [math]\displaystyle{ B }[/math] signifies bypass rider, [math]\displaystyle{ J }[/math] represent follower, [math]\displaystyle{ O }[/math] signifies overtaker, [math]\displaystyle{ A }[/math] represent attacker, and [math]\displaystyle{ K }[/math] signifies rag bull rider. Hence, the relation amongst the aforementioned attributes is represented as,

[math]\displaystyle{ B+J+O+A+K=\frac{P}{5} }[/math]

 

 

 

 

(3)

Finding rate of success

After rider group parameters initialization, the rate of success considering each rider is evaluated. The rate of success is computed with distance and is measured between rider location and target and is formulated as,

[math]\displaystyle{ Success rate=\frac{1}{\|S_v-l_t\|} }[/math]

 

 

 

 

(4)

where,[math]\displaystyle{ S_v }[/math] symbolize position of [math]\displaystyle{ v^{th} }[/math] rider and [math]\displaystyle{ l_t }[/math] indicate target position. To elevate rate of success, distance must be minimized and hence, distance reciprocal offers the success rate of rider.

Determination of leading rider

The rate of success is employed as significant part in discovering leader. The rider that reside in near target location is supposed to contain highest rate of success.

Evaluate the rider’s update position

The position of rider in each group is updated to discover rider at leading position and hence is winner. Thus, the rider update the position using the features of each rider defined on the definition. The update position of each rider is explained below:

The follower has an inclination to update position based on location of leading rider to attain target in quick manner and is expressed as,

[math]\displaystyle{ S_{l+1}^f(v,o)=S^G(G,o)+[cos(\varphi_{v,o}^l*S^G(G,o)*\partial_v^l)] }[/math]

 

 

 

 

(5)

where, [math]\displaystyle{ o }[/math] signifies coordinate selector, [math]\displaystyle{ S^G }[/math] represent leading rider position, [math]\displaystyle{ G }[/math] indicate leader's index, [math]\displaystyle{ \varphi_{v,o}^l }[/math]signifies angle of steering considering [math]\displaystyle{ v^{th} }[/math] rider in [math]\displaystyle{ o^{th} }[/math]coordinate, and [math]\displaystyle{ \partial_v^l }[/math] represent distance.

The overtaker's update position is utilized to elevate rate of success by discovering overtaker position and is represented as,

[math]\displaystyle{ S_{l+1}^o(v,o)=S_l(v,o)+[D_l^*\bigl(v\bigr)*S^G(G,o)] }[/math]

 

 

 

 

(6)

where, [math]\displaystyle{ D_l^*\bigl(v\bigr) }[/math]signifies direction indicator.

The attacker contains an inclination to confiscate the leaders position by following the leader's update process and is expressed as,

[math]\displaystyle{ S_{l+1}^a(v,\rho)=S^G(G,\rho)+[cos\varphi_{v,\rho}^l*S^G(G,\rho)]+\partial_v^l }[/math]

 

 

 

 

(7)

Here, the update rule of bypass riders is exhibited wherein standard bypass rider is expressed as,

[math]\displaystyle{ S_{l+1}^b(v,\rho)=\lambda[S_l(\chi,\rho)*\delta(\rho)+S_l(\xi,\rho)*[1-\delta(\rho)]] }[/math]

 

 

 

 

(8)

where, [math]\displaystyle{ \lambda }[/math] signifies random number, [math]\displaystyle{ \chi }[/math] symbolize random number between 1 and [math]\displaystyle{ P }[/math] , [math]\displaystyle{ \xi }[/math] indicate a random number ranging between 1 and [math]\displaystyle{ P }[/math] and [math]\displaystyle{ \delta }[/math] represent random number between 0 and 1.

Finding success rate

After executing process of update, the rate of success considering each rider is computed.

Update of Rider parameter

The parameter of rider's update is important to discover an effective solution. Moreover, the steering angle, gears are updated with activity counter, and are updated with success rate.

Off time of rider

The procedure is iterated repeatedly till [math]\displaystyle{ L_{OFF} }[/math] wherein, leader is discovered. After race completion, the leading rider is considered as winner.

algorithm rider-optimization is
    input: Arbitrary rider position [math]\displaystyle{ S_l  }[/math],
           iteration [math]\displaystyle{ l }[/math],
           maximum iteration [math]\displaystyle{ L }[/math]
    output: Leading rider [math]\displaystyle{ S^G  }[/math]

    Initialize solution set
    Initialize other parameter of rider.
    Find rate of success using equation (4)

    while [math]\displaystyle{ l\lt L_{OFF} }[/math]
        for [math]\displaystyle{ v=1 to P }[/math]
            Update position of follower using equation (5)
            Update position of overtaker with equation (6)
            Update position of attacker with equation (7)
            Update position of bypass rider with equation (8)
            Rank the riders based on success rate using equation (4)
            Select the rider with  high success rate
            Update rider parameters
            Return [math]\displaystyle{ S^G }[/math]
            [math]\displaystyle{ l = l + 1 }[/math]

Applications

The applications of ROA are noticed in several domains that involve: Engineering Design Optimization Problems,[7] Diabetic retinopathy detection,[8] Document clustering,[9] Plant disease detection,[10] Attack Detection,[11] Enhanced Video Super Resolution,[12] Clustering,[13] Webpages Re-ranking,[14] Task scheduling,[15] Medical Image Compression,[16] Resource allocation,[17] and multihop routing[18]

References

  1. 1.0 1.1 1.2 1.3 1.4 Binu D and Kariyappa BS (2019). "RideNN: A new rider optimization algorithm based neural network for fault diagnosis of analog circuits". IEEE Transactions on Instrumentation & Measurement 68 (1): 2–26. doi:10.1109/TIM.2018.2836058. Bibcode2019ITIM...68....2B. 
  2. "Metaheuristic". https://en.wikipedia.org/wiki/Metaheuristic. 
  3. Binu, D. "Rider Optimization Algorithm". https://www.mathworks.com/matlabcentral/fileexchange/71008-rider-optimization-algorithm. 
  4. Binu, D. "GoogleScholar". https://scholar.google.com/citations?user=uGsP1NsAAAAJ&hl=en. 
  5. 5.0 5.1 Binu D and Kariyappa BS (2020). "Multi-Rider Optimization-based Neural Network for Fault Isolation in Analog Circuits". Journal of Circuits, Systems and Computers 30 (3). doi:10.1142/S0218126621500481. 
  6. 6.0 6.1 Binu D and Kariyappa BS (2020). "Rider Deep LSTM Network for Hybrid Distance Score-based Fault Prediction in Analog Circuits". IEEE Transactions on Industrial Electronics 68 (10): 1. doi:10.1109/TIE.2020.3028796. 
  7. Wang G., Yuan Y. and Guo W (2019). "An Improved Rider Optimization Algorithm for solving Engineering Optimization Problems". IEEE Access 7: 80570–80576. doi:10.1109/ACCESS.2019.2923468. 
  8. Jadhav AS., Patil PB. and Biradar S (2020). "Optimal feature selection-based diabetic retinopathy detection using improved rider optimization algorithm enabled with deep learning". Evolutionary Intelligence: 1–18. 
  9. Yarlagadda M., Rao KG. and Srikrishna A (2019). "Frequent itemset-based feature selection and Rider Moth Search Algorithm for document clustering". Journal of King Saud University-Computer and Information Sciences 34 (4): 1098–1109. doi:10.1016/j.jksuci.2019.09.002. 
  10. Cristin R., Kumar BS., Priya C and Karthick K (2020). "Deep neural network based Rider-Cuckoo Search Algorithm for plant disease detection". Artificial Intelligence Review: 1–26. https://www.researchgate.net/publication/339396218. 
  11. Sarma, S.K (2020). "Rider Optimization based Optimized Deep-CNN towards Attack Detection in IoT". In Proceedings of 4th International Conference on Intelligent Computing and Control Systems (ICICCS): 163–169. 
  12. Jagdale RH and Shah SK (2020). "Modified Rider Optimization-based V Channel Magnification for Enhanced Video Super Resolution". International Journal of Image and Graphics 21. doi:10.1142/S0219467821500030. 
  13. Poluru RK and Ramasamy LK (2020). "Optimal cluster head selection using modified rider assisted clustering for IoT". IET Communications 14 (13): 2189–2201. doi:10.1049/iet-com.2020.0236. 
  14. Sankpal LJ and Patil SH (2020). "Rider-Rank Algorithm-Based Feature Extraction for Re-ranking the Webpages in the Search Engine". The Computer Journal 63 (10): 1479–1489. doi:10.1093/comjnl/bxaa032. 
  15. Alameen A and Gupta A (2020). "Fitness rate-based rider optimization enabled for optimal task scheduling in cloud". Information Security Journal: A Global Perspective 29 (6): 1–17. doi:10.1080/19393555.2020.1769780. https://www.tandfonline.com/doi/pdf/10.1080/19393555.2020.1769780. 
  16. Sreenivasulu P and Varadharajan S (2020). "Algorithmic Analysis on Medical Image Compression Using Improved Rider Optimization Algorithm". Innovations in Computer Science and Engineering. Lecture Notes in Networks and Systems. 103. Springer. pp. 267–274. doi:10.1007/978-981-15-2043-3_32. ISBN 978-981-15-2042-6. 
  17. Vhatkar KN and Bhole GP (2020). "Improved rider optimization for optimal container resource allocation in cloud with security assurance". International Journal of Pervasive Computing and Communications 16 (3): 235–258. doi:10.1108/IJPCC-12-2019-0094. 
  18. Augustine S and Ananth JP (2020). "A modified rider optimization algorithm for multihop routing in WSN". International Journal of Numerical Modelling: Electronic Networks, Devices and Fields: 2764.