Uses of Class
sfc_a.Best

Packages that use Best
Package Description
sfc_a
The Genetic Algorithm that performs the SFC Embedding.
  • Uses of Best in sfc_a

    Fields in sfc_a declared as Best
    Modifier and Type Field Description
    (package private) Best GA.best
    current best solution
    (package private) Best GA2.best
    current best solution
    (package private) Best GA.best2
    best solution produce by the supergenerations
    (package private) Best GA2.best2
    best solution produce by the supergenerations
    Methods in sfc_a that return Best
    Modifier and Type Method Description
    Best GA2.getbest()  
    Best GA2.getbest2()