Package sfc_ft_a
Class Setup
java.lang.Object
sfc_ft_a.Setup
public class Setup
extends java.lang.Object
setup for Genetic Algorithm
-
Field Summary
Fields Modifier and Type Field Description int
chromes
Genetic Algorithm parameterint
crossprob
Genetic Algorithm parameterint
generations
Genetic Algorithm parameterint
mutprob
Genetic Algorithm parameterdouble
netstat
PAGA parameterint
supergens
Genetic Algorithm parameterdouble
vnf
PAGA parameter -
Constructor Summary
Constructors Constructor Description Setup(double vnf, double netstat, int chromes, int generations, int supergens, int crossprob, int mutprob)
construct Genetic Algorithm parameter setup -
Method Summary
Modifier and Type Method Description java.lang.String
getSetup()
get setupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
vnf
public double vnfPAGA parameter -
netstat
public double netstatPAGA parameter -
chromes
public int chromesGenetic Algorithm parameter -
generations
public int generationsGenetic Algorithm parameter -
supergens
public int supergensGenetic Algorithm parameter -
crossprob
public int crossprobGenetic Algorithm parameter -
mutprob
public int mutprobGenetic Algorithm parameter
-
-
Constructor Details
-
Setup
public Setup(double vnf, double netstat, int chromes, int generations, int supergens, int crossprob, int mutprob)construct Genetic Algorithm parameter setup
-
-
Method Details
-
getSetup
public java.lang.String getSetup()get setup
-