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 mappingCodec Edge Vector graph representation coder and docederDCcontroller DC controller running GAGA Genetic AlgorithmGA2 Instance of the Genetic Algorithm for the parallel computation of supergenerationsKdb stores and retrieves GA setupsLast Store mapping to which the population has last convergedMapping the mapping between the VNF and the substrate networkSetup setup for Genetic Algorithm