|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IterationStrategy in net.sourceforge.cilib.algorithm.population |
---|
Classes in net.sourceforge.cilib.algorithm.population that implement IterationStrategy | |
---|---|
class |
AbstractIterationStrategy<E extends PopulationBasedAlgorithm>
Generic IterationStrategy class for all population based algorithms. |
Methods in net.sourceforge.cilib.algorithm.population that return IterationStrategy | |
---|---|
IterationStrategy<E> |
IterationStrategy.getClone()
Create a cloned copy of the current object and return it. |
Uses of IterationStrategy in net.sourceforge.cilib.coevolution |
---|
Classes in net.sourceforge.cilib.coevolution that implement IterationStrategy | |
---|---|
class |
CoevolutionIterationStrategy
Parent class of CompetitiveCoevolutionIterationStrategy and CooperativeCoevolutionIterationStrategy. |
class |
CoevolutionSynchronousIterationStrategy
FIXME: Remove this class. |
class |
CompetitiveCoevolutionIterationStrategy
This iteration strategy defines methods to select opponents. |
Uses of IterationStrategy in net.sourceforge.cilib.ec |
---|
Methods in net.sourceforge.cilib.ec that return IterationStrategy | |
---|---|
IterationStrategy<EC> |
EC.getIterationStrategy()
Get the IterationStrategy for the current EC . |
Methods in net.sourceforge.cilib.ec with parameters of type IterationStrategy | |
---|---|
void |
EC.setIterationStrategy(IterationStrategy iterationStrategy)
Set the current IterationStrategy. |
Uses of IterationStrategy in net.sourceforge.cilib.ec.iterationstrategies |
---|
Classes in net.sourceforge.cilib.ec.iterationstrategies that implement IterationStrategy | |
---|---|
class |
DifferentialEvolutionIterationStrategy
Evolutionary Strategy to implement the Differential Evolutionary Algorithm. |
class |
GeneticAlgorithmIterationStrategy
TODO: Complete this javadoc. |
Uses of IterationStrategy in net.sourceforge.cilib.moo.iterationstrategies |
---|
Classes in net.sourceforge.cilib.moo.iterationstrategies that implement IterationStrategy | |
---|---|
class |
ArchivingIterationStrategy<E extends PopulationBasedAlgorithm>
A generic multi-objective IterationStrategy class that wraps another IterationStrategy
and is responsible for populating the Archive of Pareto optimal solutions after the execution
of the inner IterationStrategy class. |
Methods in net.sourceforge.cilib.moo.iterationstrategies that return IterationStrategy | |
---|---|
IterationStrategy<PopulationBasedAlgorithm> |
ArchivingIterationStrategy.getIterationStrategy()
|
Methods in net.sourceforge.cilib.moo.iterationstrategies with parameters of type IterationStrategy | |
---|---|
void |
ArchivingIterationStrategy.setIterationStrategy(IterationStrategy<PopulationBasedAlgorithm> iterationStrategy)
|
Uses of IterationStrategy in net.sourceforge.cilib.pso |
---|
Methods in net.sourceforge.cilib.pso that return IterationStrategy | |
---|---|
IterationStrategy<PSO> |
PSO.getIterationStrategy()
Get the IterationStrategy of the PSO algorithm. |
Methods in net.sourceforge.cilib.pso with parameters of type IterationStrategy | |
---|---|
void |
PSO.setIterationStrategy(IterationStrategy<PSO> iterationStrategy)
Set the IterationStrategy to be used. |
Uses of IterationStrategy in net.sourceforge.cilib.pso.dynamic |
---|
Classes in net.sourceforge.cilib.pso.dynamic that implement IterationStrategy | |
---|---|
class |
DynamicIterationStrategy<E extends PopulationBasedAlgorithm>
Dynamic iteration strategy for PSO in dynamic environments. |
Methods in net.sourceforge.cilib.pso.dynamic that return IterationStrategy | |
---|---|
IterationStrategy<PopulationBasedAlgorithm> |
DynamicIterationStrategy.getIterationStrategy()
Get the current IterationStrategy. |
Methods in net.sourceforge.cilib.pso.dynamic with parameters of type IterationStrategy | |
---|---|
void |
DynamicIterationStrategy.setIterationStrategy(IterationStrategy<PopulationBasedAlgorithm> iterationStrategy)
Set the IterationStrategy to be used. |
Uses of IterationStrategy in net.sourceforge.cilib.pso.iterationstrategies |
---|
Classes in net.sourceforge.cilib.pso.iterationstrategies that implement IterationStrategy | |
---|---|
class |
ASynchronousIterationStrategy
Implementation of the asynchrounous iteration strategy for PSO. |
class |
SynchronousIterationStrategy
Implementation of the synchronous iteration strategy for PSO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |