The GA Procedure

 
SetMutRoutine Call

call SetMutRoutine ( ’routine’ ) ;

The SetMutRoutine call installs a user subroutine for the mutation operator. The input to the SetMutRoutine subroutine is as follows:

routine    

is the name of a subroutine you have defined, which is called when the mutation operator is applied. This parameter must be a string literal; a variable is not accepted.

The SetMutRoutine call enables you to designate a subroutine you have defined to be used for the mutation operator. Your subroutine will be called whenever the mutation operation is performed. See the section Defining User Genetic Operators for more information about defining a mutation operator.