Research Article

The Improvement of Quantum Genetic Algorithm and Its Application on Function Optimization

Algorithm 1

Procedure Mutate ( )
Begin
 If is not the current optimum chromosome then
 Begin
   ;
  When ( )
   ;
  Generate Random Number rand in range ( );
  If rand or rand
  Exchange and ;
 End
End