ell::NG_SuccessiveRandom Class Reference
#include <NeighborGenerator.hh>
Inheritance diagram for ell::NG_SuccessiveRandom:
Detailed Description
This subclass of NeighborGenerator generates a randomized list of Neighbors to a given State. Each neighbour state is included only once.
Definition at line 82 of file NeighborGenerator.hh.
Public Member Functions | |
State::NeighborListPtr | getNeighborList (const State *const s) const |
Member Function Documentation
State::NeighborListPtr ell::NG_SuccessiveRandom::getNeighborList | ( | const State *const | s | ) | const [virtual] |
Returns a NeighborListPtr to a randomized list of neighbors to State s.
- Parameters:
-
s generate neighbors to this state
- Returns:
- autopointer to generated NeigborList
Implements ell::NeighborGenerator.
Definition at line 49 of file NeighborGenerator.cc.
The documentation for this class was generated from the following files:
- src/ell/NeighborGenerator.hh
- src/ell/NeighborGenerator.cc