logo NEO

 

JGDS:ONEMAX Configuration File




####################################################################
## MAIN PARAMETERS : ##
####################################################################

BASE_PORTS =6200          # Where to start the ports of islands
SYNC_PORT =1500            # Port to synchronize the island

NUM_ISLANDS =4              # Total number of islands

HOST_1 =127.0.0.1
HOST_2 =127.0.0.1
HOST_3 =127.0.0.1
HOST_4 =127.0.0.1

####################################################################
## PROBLEM PARAMETERS##
####################################################################

PROBLEM_TYPE =3         # 3=ONEMAX Problem

FITNESS_FUNCTION =1  # 1:Original function
SOLUTION_FITNESS =250     # same as NUM_GENES if ONEMAX

NUM_GENES =250             # 250 bits
GENE_LENGTH =1           # 1 if ONEMAX
CHROM_LENGTH =250    # Length of chromosome:NUM_GENES*GENE_LENGTH

####################################################################
## ALGORITHM PARAMETERS##
####################################################################

ALG_TYPE =1      # 1:Steady State GA, 2:Celular GA, 3:Simulated Annealing

NUM_MAX_EVAL =90000     # Maximum number of evaluations

MIGRATION_FREQ =2300     # Frequency of migrations
MIGRATION_TYPE =1           # 1:best indiv, 2:worst indiv, 3:random indiv

PROB_CROSS =0.5               # Probability of applying crossover
PROB_MUT =0.05                  # Probability of applying mutation:

CROSS_TYPE =3              # 0:NONE, 1:SPX, 2:AX, 3:UX, 4:DPX, 5:SPX2
MUTATION_TYPE =1      # 1:Binary mutation

POP_V_SIZE =5       # Number of cols and rows of population
POP_H_SIZE =5
POPSIZE =25        # Size of population on each island:POP_V_SIZE*POP_H_SIZE

REPLACEMENT_TYPE =1    # 1:worst indiv
SELECTION_TYPE =4           # 4:Best Individual

####################################################################
## MISCELLANEOUS ##
####################################################################

NUM_MIG =1       # Number of migrate individuals

 

Click here to download RND configuration file



[Previous] [Index] [Next]
Our Software

orangebox Mallba

orangebox DLOPT

orangebox epiGA

orangebox epiGApy

orangebox ssGA

orangebox JGDS

orangebox xxGA

orangebox JCell

orangebox MHTB

orangebox DEME

orangebox JMetal

orangebox More...

orangebox Go Back



J. Cabello Galisteo 2008