Package sfc_ft_a

Class GA.supergenthread

java.lang.Object
sfc_ft_a.GA.supergenthread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GA

class GA.supergenthread
extends java.lang.Object
implements java.lang.Runnable
Thread for the parallel computation of the GA within supergenerations loop
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) int s  
    private java.lang.Thread t  
    private java.lang.String threadName  
  • Constructor Summary

    Constructors
    Constructor Description
    supergenthread()  
  • Method Summary

    Modifier and Type Method Description
    void run()  
    void start​(int sg)  

    Methods inherited from class java.lang.Object

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

    • t

      private java.lang.Thread t
    • threadName

      private java.lang.String threadName
    • s

      int s
  • Constructor Details

    • supergenthread

      supergenthread()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable
    • start

      public void start​(int sg)