#################################################################### SYNC_PORT =1500 #
Port to synchronize the island HOST_1 =127.0.0.1 #################################################################### PROBLEM_TYPE =4 #
4=Terminal Assignment (TA) FITNESS_FUNCTION =1 #
If TA 1:Original function. NUM_GENES =100 #
Number of Terminals if TA (max. 100) ############## TA Parameters ############## NUM_TERM =100 #
Number of terminals #################################################################### ALG_TYPE =2 # Algorithm type:2:Celular GA NUM_MAX_EVAL =500000 #
Maximum number of evaluations ALG_STOP =3 #
Stopping condition:3:Get SOLUTION_FITNESS or Get NUM_MAX_EVAL MIGRATION_FREQ =490 #
Frequency of migrations (# of evaluations) PROB_CROSS =0.5 #
Probability of applying crossover CROSS_TYPE =3 #
3:UX REPLACEMENT_TYPE =1 #
1:worst indiv NEIGHB_TYPE =1 #
Neighborhood type 1:linear5, 2:linear9, 3:compact9 #################################################################### NUM_MIG =1 #
Number of migrate individuals
|