|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParticipatingAlgorithm
Any algorithm that implements this interface can be used as a participant in any Cooperative
Algorithm. Such Cooperative Algorithms should preferably inherit from
MultiPopulationBasedAlgorithm
. Note:
Currently this interface only supports continuous domained problems.
Method Summary | |
---|---|
Entity |
getContribution()
Returns contribution to the solution for the co-operative optimisation algorithm. |
Fitness |
getContributionFitness()
Returns the fitness of contribution to the solution. |
void |
updateContributionFitness(Fitness fitness)
Updates the new fitness for the solution contribution. |
Method Detail |
---|
Entity getContribution()
Fitness getContributionFitness()
void updateContributionFitness(Fitness fitness)
fitness
- The new fitness of the contribution.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |