Package sfc_ft_a

The Genetic Algorithm that performs the SFC Embedding. The "Best" implements the current best solution. The "Codec" implements an Edge Vector coder-decoder. The "DCcontroller" implements a Data Center controller. The "GA" and "GA2" implement the Ganetic Algorithm. The "Kdb" implements the database that stores optimal setups. The "Last" implements the last stored solution. The "Mapping" implements mapping between virtual and physical resources. The "Setup" implements a running parameters setup for the GA.
  • Class Summary
    Class Description
    Best
    store the best fitness and mapping
    Codec
    Edge Vector graph representation coder and doceder
    DCcontroller
    DC controller running GA
    GA
    Genetic Algorithm
    GA2
    Instance of the Genetic Algorithm for the parallel computation of supergenerations
    Kdb
    stores and retrieves GA setups
    Last
    Store mapping to which the population has last converged
    Mapping
    the mapping between the VNF and the substrate network
    Setup
    setup for Genetic Algorithm