AI-Pathfinding-OptimizeMultiple

 view release on metacpan or  search on metacpan

lib/AI/Pathfinding/OptimizeMultiple/DataInputObj.pm  view on Meta::CPAN

458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
=head2 $self->get_prev_scans()
 
Returns an array reference of previous scan hash-refs.
 
=head2 my $hash_ref = $self->get_scans_iters_pdls()
 
Returns the hash ref mapping scan IDs/names to iteration PDLs.
 
=head2 my $hash_ref = $self->get_scans_lens_iters_pdls()
 
Returns the hash ref mapping scan IDs/names to iteration+lengths PDLs.
 
=head2 $self->num_boards()
 
The number of boards.
 
=head2 $self->selected_scans()
 
An accessor for the selected scans.
 
=head2 $self->start_board()



( run in 0.372 second using v1.01-cache-2.11-cpan-87723dcf8b7 )