Package sfc_ft_b
The Parameter Adjustment Genetic Algorithm
which optimizes the performance of the Embedding GA.
PAGA computes the optimal values for the parameters of the Embedding GA.
The "Best_b" implements the current best solution.
The "Chromosome_b" implements chromosomes for the GA.
The "GA_b" implements the Ganetic Algorithm.
The "Tuning" implements the GA parameter tuning.
-
Class Summary Class Description Best_b store the best fitness and solutionChromosome_b chromosome of the populationGA_b Parameter Adjustment Genetic AlgorithmTuning orchestrates the tuning of the Embedding Genetic Algorithm by running the Parameter Adjustment Genetic Algorithm