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 solution
    Chromosome_b
    chromosome of the population
    GA_b
    Parameter Adjustment Genetic Algorithm
    Tuning
    orchestrates the tuning of the Embedding Genetic Algorithm by running the Parameter Adjustment Genetic Algorithm