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.
-
OnePopPacket(Pop, int)
- Constructor.
-
OnePopPacket(Pop, int, CompoundComputation)
- Constructor.
-
completed()
- Reports result when calculations finished.
-
failed()
- Starts again if failed.
-
reportResult(Pop)
-
OnePopPacket
public OnePopPacket(Pop pop,
int generations)
- Constructor.
OnePopPacket
public OnePopPacket(Pop pop,
int generations,
CompoundComputation parent)
- Constructor.
completed
public void completed()
- Reports result when calculations finished.
failed
public void failed()
- Starts again if failed.
reportResult
public void reportResult(Pop children)
All Packages Class Hierarchy This Package Previous Next Index