NAME

AI::Pathfinding::OptimizeMultiple::ScanRun - running scan_idx for certain iterations.

VERSION

version 0.0.1

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.

VERSION

version 0.0.1

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.