NAME
AI::Pathfinding::OptimizeMultiple::ScanRun - running scan_idx for certain iterations.
SYNOPSIS
printf "Run %s for %d iterations.\n",
$scans[$scan_alloc->scan_idx], $scan_alloc->iters;
DESCRIPTION
A class for scan iterations.
SLOTS
$scan_run->scan_idx()
The index of the scan (not the ID/name).
$scan_run->iters()
Number of iterations it ran.
METHODS
my $copy = $scan_run->clone()
Clones the scan.
SEE ALSO
AI::Pathfinding::OptimizeMultiple .
AUTHOR
Shlomi Fish, http://www.shlomifish.org/ .
ACKNOWLEDGEMENTS
popl from Freenode's #perl for trying to dig some references to an existing algorithm in the scientific literature.