TProcura
Biblioteca em C++ para testes paramétricos de algoritmos, e coleção de algoritmos de procura e otimização
|
#include "../TProcura.h"
Go to the source code of this file.
Classes | |
class | TProcuraMelhorativa |
Typedefs | |
typedef TProcuraMelhorativa * | TPonto |
Enumerations | |
enum | EMelhorativas { POPULACAO = PARAMETROS_PROCURA , PROB_CRUZAR , PROB_MUTAR , SELECAO , PRESSAO , TAMANHO_TORNEIO , PROB_MELHOR_TORNEIO , SOBREVIVENCIA , PERC_DESCENDENTES , Q_ROUND_ROBIN , ELITISMO , IMIGRANTES , DIVERSIDADE , DIST_MINIMA , MOVE_PRIMEIRO , PARAMETROS_MELHORATIVA } |
enum | EIndicadoresConstrutiva { IND_EPOCAS = IND_PROCURA , IND_GERACOES , IND_MELHORATIVA } |
typedef TProcuraMelhorativa* TPonto |
Definition at line 7 of file TProcuraMelhorativa.h.
Definition at line 19 of file TProcuraMelhorativa.h.
enum EMelhorativas |
Definition at line 10 of file TProcuraMelhorativa.h.