Jump to content

Rider optimization algorithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with '{{subst:AFC submission/draftnew}}<!-- Important, do not remove this line before article has been created. --> Rider optimization algorithm (ROA) is devised base...'
 
mNo edit summary
Line 15: Line 15:
The foremost step is the initialization of algorithm which is done using four groups of riders represented as <math>V</math>, and initializations of its positions are performed in arbitrary manner. The initialization of group is given by,
The foremost step is the initialization of algorithm which is done using four groups of riders represented as <math>V</math>, and initializations of its positions are performed in arbitrary manner. The initialization of group is given by,


<math>S_l=\{S_l(v,k)\};1\leq v \leq P , 1\leq k \leq W</math>
{{NumBlk|:|<math>S_l=\{S_l(v,k)\};1\leq v \leq P , 1\leq k \leq W</math>|{{EquationRef|1}}}}


where, <math>P</math> signifies count of riders, and <math>S_l(v,k)</math>signifies position of <math>v^2</math> rider in <math>k^{th}</math> size at <math>l^{th}</math> time instant.The count of riders is evaluated with count of riders of each group and is expressed as,
where, <math>P</math> signifies count of riders, and <math>S_l(v,k)</math>signifies position of <math>v^2</math> rider in <math>k^{th}</math> size at <math>l^{th}</math> time instant.The count of riders is evaluated with count of riders of each group and is expressed as,


<math display="inline">P=B+J+O+A+K</math> where, <math>B</math> signifies bypass rider, <math>J</math> represent follower, <math>O</math> signifies overtaker, <math>A</math> represent attacker, and <math>K</math> signifies rag bull rider. Hence, the relation amongst the aforementioned attributes is represented as,
{{NumBlk|:|<math display="inline">P=B+J+O+A+K</math>|{{EquationRef|2}}}}
where, <math>B</math> signifies bypass rider, <math>J</math> represent follower, <math>O</math> signifies overtaker, <math>A</math> represent attacker, and <math>K</math> signifies rag bull rider. Hence, the relation amongst the aforementioned attributes is represented as,


<math display="inline">B+J+O+A+K=\frac{P}{5}</math> '''''Step 2) Finding rate of success:'''''
{{NumBlk|:|<math display="inline">B+J+O+A+K=\frac{P}{5}</math>|{{EquationRef|3}}}}
'''''Step 2) 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,
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 display="inline">Success rate=\frac{1}{\|S_v-l_t\|}</math>
{{NumBlk|:|<math display="inline">Success rate=\frac{1}{\|S_v-l_t\|}</math>|{{EquationRef|4}}}}


where,<math>S_v</math> symbolize position of <math>v^{th}</math> rider and <math>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.
where,<math>S_v</math> symbolize position of <math>v^{th}</math> rider and <math>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.
Line 39: Line 41:
The follower has an inclination to update position based on location of leading rider to attain target in quick manner and is expressed as,
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>S_{l+1}^f(v,o)=S^G(G,o)+[cos(\varphi_{v,o}^l*S^G(G,o)*\partial_v^l)] </math>
{{NumBlk|:|<math>S_{l+1}^f(v,o)=S^G(G,o)+[cos(\varphi_{v,o}^l*S^G(G,o)*\partial_v^l)] </math>|{{EquationRef|5}}}}


where, <math>o</math> signifies coordinate selector, <math>S^G</math> represent leading rider position, <math>G</math> indicate leader’s index, <math>\varphi_{v,}^l </math>signifies angle of steering considering <math>v^{th} </math> rider in <math>o^{th} </math>coordinate, and <math>\partial_v^l </math> represent distance.
where, <math>o</math> signifies coordinate selector, <math>S^G</math> represent leading rider position, <math>G</math> indicate leader’s index, <math>\varphi_{v,}^l </math>signifies angle of steering considering <math>v^{th} </math> rider in <math>o^{th} </math>coordinate, and <math>\partial_v^l </math> represent distance.
Line 45: Line 47:
The overtaker’s update position is utilized to elevate rate of success by discovering overtaker position and is represented as,
The overtaker’s update position is utilized to elevate rate of success by discovering overtaker position and is represented as,


<math>S_{l+1}^o(v,o)=S_l(v,o)+[D_l^*\bigl(v\bigr)*S^G(G,o)] </math>
{{NumBlk|:|<math>S_{l+1}^o(v,o)=S_l(v,o)+[D_l^*\bigl(v\bigr)*S^G(G,o)] </math>|{{EquationRef|6}}}}


where, <math>D_l^*\bigl(v\bigr) </math>signifies direction indicator.
where, <math>D_l^*\bigl(v\bigr) </math>signifies direction indicator.
Line 51: Line 53:
The attacker contains an inclination to confiscate the leaders position by following the leader’s update process and is expressed as,
The attacker contains an inclination to confiscate the leaders position by following the leader’s update process and is expressed as,


<math>S_{l+1}^a(v,\rho)=S^G(G,\rho)+[cos\varphi_{v,\rho}^l*S^G(G,\rho)]+\partial_v^l </math>
{{NumBlk|:|<math>S_{l+1}^a(v,\rho)=S^G(G,\rho)+[cos\varphi_{v,\rho}^l*S^G(G,\rho)]+\partial_v^l </math>|{{EquationRef|7}}}}


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


<math>S_{l+1}^b(v,\rho)=\lambda[S_l(\chi,\rho)*\delta(\rho)+S_l(\xi,\rho)*[1-\delta(\rho)]] </math>
{{NumBlk|:|<math>S_{l+1}^b(v,\rho)=\lambda[S_l(\chi,\rho)*\delta(\rho)+S_l(\xi,\rho)*[1-\delta(\rho)]] </math>|{{EquationRef|8}}}}


where, <math>\lambda </math> signifies random number,  <math>\chi </math> symbolize random number between 1 to <math>P </math> , <math>\xi </math> indicate a random number ranging between 1 to <math>P </math> and <math>\delta </math> represent random number between 0 and 1.
where, <math>\lambda </math> signifies random number,  <math>\chi </math> symbolize random number between 1 to <math>P </math> , <math>\xi </math> indicate a random number ranging between 1 to <math>P </math> and <math>\delta </math> represent random number between 0 and 1.
Line 92: Line 94:
|-
|-
|
|
|Find rate of success using equation (4)
|Find rate of success using equation ({{EquationNote|4}})
|-
|-
| colspan="2" |'''While''' <math>l<L_{OFF} </math>
| colspan="2" |'''While''' <math>l<L_{OFF} </math>
Line 99: Line 101:
|-
|-
|
|
|Update position of follower using Eq (5)
|Update position of follower using equation ({{EquationNote|5}})
|-
|-
|
|
|Update position of overtaker withEq (6)
|Update position of overtaker with equation ({{EquationNote|6}})
|-
|-
|
|
|Update position of attacker withEq (7)
|Update position of attacker with equation ({{EquationNote|7}})
|-
|-
|
|
|Update position of bypass rider with equation (8)
|Update position of bypass rider with equation ({{EquationNote|8}})
|-
|-
|
|
|Rank the riders based on success rate using equation (4)
|Rank the riders based on success rate using equation ({{EquationNote|4}})
|-
|-
|
|

Revision as of 12:37, 12 October 2020

Rider optimization algorithm (ROA) is devised based on 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 is motivated from riders, who contend to reach anticipated location. The steps employed in ROA algorithm are defined below:

Step 1) 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 , and initializations of its positions are performed in arbitrary manner. The initialization of group is given by,

(1)

where, signifies count of riders, and signifies position of rider in size at time instant.The count of riders is evaluated with count of riders of each group and is expressed as,

(2)

where, signifies bypass rider, represent follower, signifies overtaker, represent attacker, and signifies rag bull rider. Hence, the relation amongst the aforementioned attributes is represented as,

(3)

Step 2) 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,

(4)

where, symbolize position of rider and  indicate target position. To elevate rate of success, distance must be minimized and hence, distance reciprocal offers the success rate of rider.

Step 3) 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.

Step 4) 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,

(5)

where, signifies coordinate selector, represent leading rider position, indicate leader’s index, signifies angle of steering considering rider in coordinate, and represent distance.

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

(6)

where, signifies direction indicator.

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

(7)

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

(8)

where, signifies random number,   symbolize random number between 1 to , indicate a random number ranging between 1 to and represent random number between 0 and 1.

Step 5) Finding success rate:

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

Step 6) 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.

Step 7) Off time of rider:

The procedure is iterated repeatedly till TOFF wherein leader is discovered. After race completion, the leading rider is considered as winner.

The pseudo code of ROA is portrayed in table 1.

Table1. Algorithm of ROA

Input: :Arbitrary rider position, : iteration, :maximum iteration
Output: Leading rider
Begin
Initialize solution set
Initialize other parameter of rider.
Find rate of success using equation (4)
While
For
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
End for
End while
End

Applications of ROA

The applications of ROA are noticed in several domains that involve: Engineering Design Optimization Problems [1], Diabetic retinopathy detection [2], Document clustering [3], Plant disease detection [4], Attack Detection [5], Enhanced Video Super Resolution [6], Clustering [7], Webpages Re-ranking [8], Task scheduling [9], Medical Image Compression [10], Resource allocation [11], and Multihop routing [12]. Figure 2 displays the application of ROA.


References

  1. ^ Wang G., Yuan Y. and Guo W. "An Improved Rider Optimization Algorithm for solving Engineering Optimization Problems". IEEE Access. 7: 80570–80576, 2019.
  2. ^ Jadhav AS., Patil PB. and Biradar S. "Optimal feature selection-based diabetic retinopathy detection using improved rider optimization algorithm enabled with deep learning". Evolutionary Intelligence: 1–18, 2020.