Genetic Algorithms in Matlab

1

I need to optimize 30 functions in MatLab using Genetic Algorithms.

The initial data is:

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)%.

    
asked by anonymous 02.07.2015 / 11:24

0 answers