|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KnowledgeTransferStrategy
This interface is used in combination with a MultiPopulationBasedAlgorithm
to enable different types of knowledge (like global best particle positions etc.) to
be shared among different sub-populations during a search.
Method Summary | |
---|---|
KnowledgeTransferStrategy |
getClone()
Create a cloned copy of the current object and return it. |
Type |
transferKnowledge(List<PopulationBasedAlgorithm> allPopulations)
Returns knowledge that was gained from an entity within the list of populations. |
Method Detail |
---|
KnowledgeTransferStrategy getClone()
Cloneable
getClone
in interface Cloneable
Object.clone()
Type transferKnowledge(List<PopulationBasedAlgorithm> allPopulations)
allPopulations
- The list of populations that will be used to select an
entity who's knowledge will be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |