Index
All Classes|All Packages
G
- ga - Variable in class sfc_ft_a.DCcontroller
-
Genetic Algorithm
- ga - Variable in class sfc_ft_b.Tuning
-
object that implements the PAGA
- GA - Class in sfc_ft_a
-
Genetic Algorithm
- GA(int, int, int, int, int) - Constructor for class sfc_ft_a.GA
-
initialize GA with running parameters
- GA(FTnetwork) - Constructor for class sfc_ft_a.GA
-
initialize GA with substrate network object
- GA_b - Class in sfc_ft_b
-
Parameter Adjustment Genetic Algorithm
- GA_b() - Constructor for class sfc_ft_b.GA_b
- GA_b(int, int, int, String[], String[], double, double, int[][], String, VNFgraph, FTnetwork) - Constructor for class sfc_ft_b.GA_b
- ga_c - Variable in class sfc_ft_b.GA_b
- GA_c - Class in sfc_ft_c
-
Genetic Algorithm, used by PAGA for computing the fitness of candidate setups
- GA_c() - Constructor for class sfc_ft_c.GA_c
- GA_c(int, int, int, int, int, VNFgraph, FTnetwork) - Constructor for class sfc_ft_c.GA_c
-
construct GA object on input of running parameters, virtual topology and substrate network
- GA.supergenthread - Class in sfc_ft_a
-
Thread for the parallel computation of the GA within supergenerations loop
- GA2 - Class in sfc_ft_a
-
Instance of the Genetic Algorithm for the parallel computation of supergenerations
- GA2(int, int, int, int, int) - Constructor for class sfc_ft_a.GA2
-
initialize GA with running parameters
- GA2(FTnetwork) - Constructor for class sfc_ft_a.GA2
-
initialize GA with substrate network object
- genchromefit(Chromosome_b) - Method in class sfc_ft_b.GA_b
-
compute and store fitness of a single chromosome
- genefitness(Mapping) - Method in class sfc_ft_a.GA
-
compute fitness on given mapping
- genefitness(Mapping) - Method in class sfc_ft_a.GA2
-
compute fitness on given mapping
- genefitness(Mapping_c) - Method in class sfc_ft_c.GA_c
-
compute fitness on given mapping
- genefitness_experimental1(Mapping) - Method in class sfc_ft_a.GA
-
compute fitness on given mapping experimental version 1
- genefitness_experimental2(Mapping) - Method in class sfc_ft_a.GA
-
compute fitness on given mapping experimental version 2
- generations - Variable in class sfc_ft_a.DCcontroller
-
Genetic Algorithm parameters
- generations - Variable in class sfc_ft_a.GA
-
GA parameters
- generations - Variable in class sfc_ft_a.GA2
-
GA parameters
- generations - Variable in class sfc_ft_a.Setup
-
Genetic Algorithm parameter
- generations - Variable in class sfc_ft_b.GA_b
-
PAGA parameter, even numbers only
- generations - Variable in class sfc_ft_b.Tuning
-
PAGA parameter
- generations - Variable in class sfc_ft_c.GA_c
-
GA parameters
- genes - Variable in class sfc_ft_a.DCcontroller
-
Genetic Algorithm parameters
- genes - Variable in class sfc_ft_b.Chromosome_b
-
the phenotype of the chromosome
- genfit() - Method in class sfc_ft_a.GA
-
compute fitness for population
- genfit() - Method in class sfc_ft_a.GA2
-
compute fitness for population
- genfit() - Method in class sfc_ft_b.GA_b
-
computes and stores the fitness of each cromosome
- genfit() - Method in class sfc_ft_c.GA_c
-
compute fitness for population
- genfit1() - Method in class sfc_ft_b.GA_b
-
computes fitness for pop
- genfit1(Mapping[]) - Method in class sfc_ft_a.GA
-
compute and store fitness on chromosome
- genfit1(Mapping[]) - Method in class sfc_ft_a.GA2
-
compute and store fitness on chromosome
- genfit1(Mapping_c[]) - Method in class sfc_ft_c.GA_c
-
compute and store fitness on chromosome
- genfit2() - Method in class sfc_ft_b.GA_b
-
compute fitness for population generated by crossover and mutation (pop2)
- genpop() - Method in class sfc_ft_a.GA2
-
determines the nodes that will be used for population generation
- genpop() - Method in class sfc_ft_b.GA_b
-
determines the nodes that will be used for population generation
- genpop() - Method in class sfc_ft_c.GA_c
-
determines the nodes that will be used for population generation
- genpop_v1() - Method in class sfc_ft_a.GA2
-
generation of random population without the use of a heuristic
- genpop2() - Method in class sfc_ft_a.GA2
-
generates population
- genpop2() - Method in class sfc_ft_c.GA_c
-
generates population
- getavcap() - Method in class sfc_ft_a.Best
-
get available capacity
- getavcap() - Method in class sfc_ft_a.Mapping
-
get available capacity
- getavcap() - Method in class sfc_ft_c.Best_c
-
get available capacity
- getavcap() - Method in class sfc_ft_c.Mapping_c
-
get available capacity
- getbest() - Method in class sfc_ft_a.GA2
- getbest2() - Method in class sfc_ft_a.GA2
- getbestfitness() - Method in class sfc_ft_a.Best
-
get best fitness
- getbestfitness() - Method in class sfc_ft_b.Best_b
-
get best fitness
- getbestfitness() - Method in class sfc_ft_c.Best_c
-
get best fitness
- getbestmapping() - Method in class sfc_ft_a.Best
-
get best solution mapping
- getbestmapping() - Method in class sfc_ft_c.Best_c
-
get best solution mapping
- getbestphenotype() - Method in class sfc_ft_b.Best_b
-
get best solution
- getfitness() - Method in class sfc_ft_a.Mapping
-
get fitness
- getfitness() - Method in class sfc_ft_b.Chromosome_b
-
get fitness
- getfitness() - Method in class sfc_ft_c.Mapping_c
-
get fitness
- getgenes() - Method in class sfc_ft_b.Chromosome_b
-
get phenotype
- getlastfitness() - Method in class sfc_ft_a.Last
-
get last best fitness
- getlastfitness() - Method in class sfc_ft_c.Last_c
-
get last best fitness
- getlastmapping() - Method in class sfc_ft_a.Last
-
get last best mapping
- getlastmapping() - Method in class sfc_ft_c.Last_c
-
get last best mapping
- getmapping() - Method in class sfc_ft_a.DCcontroller
- getmapping() - Method in class sfc_ft_a.Mapping
-
get mapping
- getmapping() - Method in class sfc_ft_c.Mapping_c
-
get mapping
- getmnode(int) - Method in class sfc_ft_a.Mapping
-
get mapped node
- getpop() - Method in class sfc_ft_a.GA2
- getpop2() - Method in class sfc_ft_a.GA2
- getpops() - Method in class sfc_ft_a.GA2
- getpops2() - Method in class sfc_ft_a.GA2
- getSetup() - Method in class sfc_ft_a.Setup
-
get setup
- getstringmap() - Method in class sfc_ft_a.Mapping
-
mapping to string
- getstringmap() - Method in class sfc_ft_b.Chromosome_b
-
phenotype to string
- getstringmap() - Method in class sfc_ft_c.Mapping_c
-
mapping to string
- gettotaltime() - Method in class sfc_ft_a.GA
-
get runtime
- gettotaltime() - Method in class sfc_ft_a.GA2
-
get runtime
- getwait() - Method in class sfc_ft_a.DCcontroller
All Classes|All Packages