|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmIterator | |
---|---|
net.sourceforge.cilib.algorithm.population | |
net.sourceforge.cilib.cooperative.algorithmiterators |
Uses of AlgorithmIterator in net.sourceforge.cilib.algorithm.population |
---|
Fields in net.sourceforge.cilib.algorithm.population declared as AlgorithmIterator | |
---|---|
protected AlgorithmIterator<PopulationBasedAlgorithm> |
MultiPopulationBasedAlgorithm.algorithmIterator
|
Methods in net.sourceforge.cilib.algorithm.population that return AlgorithmIterator | |
---|---|
AlgorithmIterator<PopulationBasedAlgorithm> |
MultiPopulationBasedAlgorithm.getAlgorithmIterator()
Get an AlgorithmIterator to iterate over the current collection of PopulationBasedAlgorithms. |
Methods in net.sourceforge.cilib.algorithm.population with parameters of type AlgorithmIterator | |
---|---|
void |
MultiPopulationBasedAlgorithm.setAlgorithmIterator(AlgorithmIterator<PopulationBasedAlgorithm> algorithmIterator)
Set the type of iterator to be used. |
Uses of AlgorithmIterator in net.sourceforge.cilib.cooperative.algorithmiterators |
---|
Classes in net.sourceforge.cilib.cooperative.algorithmiterators that implement AlgorithmIterator | |
---|---|
class |
RandomAlgorithmIterator<E extends Algorithm>
Iterate through a list of Algorithm s in a random order. |
class |
SequentialAlgorithmIterator<E extends Algorithm>
Iterate through a list of Algorithm s in a sequential order. |
Methods in net.sourceforge.cilib.cooperative.algorithmiterators that return AlgorithmIterator | |
---|---|
AlgorithmIterator<E> |
AlgorithmIterator.getClone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |