|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KnowledgeTransferStrategy | |
---|---|
net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies | |
net.sourceforge.cilib.pso.moo.guideselectionstrategies |
Uses of KnowledgeTransferStrategy in net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies |
---|
Classes in net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies that implement KnowledgeTransferStrategy | |
---|---|
class |
SelectiveKnowledgeTransferStrategy
An implementation of KnowledgeTransferStrategy where two Selection
instances are used to first select a sub-population (PopulationBasedAlgorithm ) from
a collection of population-based algorithms (see MultiPopulationBasedAlgorithm) and then
within this sub-population's {@link Topology}, which entity's knowledge is to be transfered
to the caller requesting it. |
Methods in net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies that return KnowledgeTransferStrategy | |
---|---|
KnowledgeTransferStrategy |
KnowledgeTransferStrategy.getClone()
|
Uses of KnowledgeTransferStrategy in net.sourceforge.cilib.pso.moo.guideselectionstrategies |
---|
Methods in net.sourceforge.cilib.pso.moo.guideselectionstrategies that return KnowledgeTransferStrategy | |
---|---|
KnowledgeTransferStrategy |
VEPSOGuideSelectionStrategy.getKnowledgeTransferStrategy()
|
Methods in net.sourceforge.cilib.pso.moo.guideselectionstrategies with parameters of type KnowledgeTransferStrategy | |
---|---|
void |
VEPSOGuideSelectionStrategy.setKnowledgeTransferStrategy(KnowledgeTransferStrategy knowledgeTransferStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |