Package sfc_a

Class Setup

java.lang.Object
sfc_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 parameter
    int crossprob
    Genetic Algorithm parameter
    int generations
    Genetic Algorithm parameter
    int mutprob
    Genetic Algorithm parameter
    double netstat
    PAGA parameter
    int supergens
    Genetic Algorithm parameter
    double 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 setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • vnf

      public double vnf
      PAGA parameter
    • netstat

      public double netstat
      PAGA parameter
    • chromes

      public int chromes
      Genetic Algorithm parameter
    • generations

      public int generations
      Genetic Algorithm parameter
    • supergens

      public int supergens
      Genetic Algorithm parameter
    • crossprob

      public int crossprob
      Genetic Algorithm parameter
    • mutprob

      public int mutprob
      Genetic 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