Research Article

Hybrid Model Based on Genetic Algorithms and SVM Applied to Variable Selection within Fruit Juice Classification

Algorithm 1

M = data dimension
N = population size
for i = 1 to N
perm = randomPermutation(M)
for g = 1 tonumberOfGenes
    individual[i]·Gene[g] = perm[g]
end for
end for