All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class geneticAlgorithm.OnePopPacket

geneticAlgorithm.OnePopPacket

public class OnePopPacket
Computation packet for one population improvment via number of generations on a remote machine.


Constructor Index

 o OnePopPacket(Pop, int)
Constructor.
 o OnePopPacket(Pop, int, CompoundComputation)
Constructor.

Method Index

 o completed()
Reports result when calculations finished.
 o failed()
Starts again if failed.
 o reportResult(Pop)

Constructors

 o OnePopPacket
 public OnePopPacket(Pop pop,
                     int generations)
Constructor.

 o OnePopPacket
 public OnePopPacket(Pop pop,
                     int generations,
                     CompoundComputation parent)
Constructor.

Methods

 o completed
 public void completed()
Reports result when calculations finished.

 o failed
 public void failed()
Starts again if failed.

 o reportResult
 public void reportResult(Pop children)

All Packages  Class Hierarchy  This Package  Previous  Next  Index