In A New Quantum Inspired Genetic Algorithma a lookup table is used to decide the Qubit rotation. But how the lookup table is used is not briefed.
Does anyone know how it is done ?
An example is shown below.
$\delta\theta$ is chosen equal to $\pi/25$. The following table gives the value of the rotation angle in function of $\alpha, \beta$ and the bit's value in the best solution.
$$\text{Table 1. Lookup table of the rotation angle}$$ $$\begin{array} {|c|c|c|c|}\hline \boldsymbol\alpha & \boldsymbol\beta & \textbf{Reference bit value} & \textbf{Angle} \\ \hline >0 & >0 & 1 & +\delta\theta \\ \hline >0 & >0 & 0 & -\delta\theta \\ \hline >0 & <0 & 1 & -\delta\theta \\ \hline >0 & <0 & 0 & +\delta\theta \\ \hline <0 & >0 & 1 & -\delta\theta \\ \hline <0 & >0 & 0 & +\delta\theta \\ \hline <0 & <0 & 1 & +\delta\theta \\ \hline <0 & <0 & 0 & -\delta\theta \\ \hline \end{array}$$