Documentation of 'org.jgap.distr.Breeder' Java class
Breeder
org.jgap.distr

Class Breeder

  • All Implemented Interfaces:
    java.lang.Runnable


    public abstract class Breeder
    extends java.lang.Object
    implements java.lang.Runnable
    Breeds populations using a GA that will be executed either on a single server or on multiple servers, whose results will be merged/synchronized later on.

    A breeder is part of a fractal structure (fractal because each Breeder can be parent and/or child of other Breeder's).

    Since:
    2.0
    • Method Detail

      • run

        public void run()
        Runs the evolution.
        Specified by:
        run in interface java.lang.Runnable
        Since:
        2.0
      • start

        public void start()
      • stop

        public void stop()
      • isRunning

        public boolean isRunning()
      • canBeStarted

        public boolean canBeStarted()
      • canBeStopped

        public boolean canBeStopped()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.