1
I need to optimize 30 functions in Matlab using Genetic Algorithms.
The initial data are:
Dimensão=10
Rodadas = 51
Número Máximo de avaliações(MaxFES)= Dimensão*10000
Espaço de Busca=[-100,100]
Término=MaxFES ou o erro for menor que 10^(-8)
From each function I need to get the best and worst results, the median, the mean, the standard deviation and the success rate (x/51)%.