Research Article

Quantum-Inspired Evolutionary Algorithm for Continuous Space Optimization Based on Multiple Chains Encoding Method of Quantum Bits

Pseudocode 2

Procedure Mutate ( )
Begin
 If is not the current optimum chromosome,
  Begin
  
  While ( )
  Begin
  
  Generate Random Number rnd in range 0 to 1
  If rnd < , then obtain from
  End
    
 End
End