|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.analysis.collector.AdaptiveMultimethodVariationCollector
public class AdaptiveMultimethodVariationCollector
Collects the individual operator probabilities from
AdaptiveMultimethodVariation.
| Constructor Summary | |
|---|---|
AdaptiveMultimethodVariationCollector()
Constructs an unattached collector for recording the individual operator probabilities from AdaptiveMultimethodVariation. |
|
AdaptiveMultimethodVariationCollector(AdaptiveMultimethodVariation variation)
Constructs a collector for recording the individual operator probabilities from the specified AdaptiveMultimethodVariation. |
|
| Method Summary | |
|---|---|
Collector |
attach(Object object)
Returns a new instance of this collector which has been attached to the specified object as identified by the attach point returned through Collector.getAttachPoint(). |
void |
collect(Accumulator accumulator)
Collects the necessary information from the object, storing the data to the specified accumulator. |
AttachPoint |
getAttachPoint()
Returns the attach point describing where this collector is attached. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdaptiveMultimethodVariationCollector()
AdaptiveMultimethodVariation.
public AdaptiveMultimethodVariationCollector(AdaptiveMultimethodVariation variation)
AdaptiveMultimethodVariation.
variation - the AdaptiveMultimethodVariation instance this
collector records data from| Method Detail |
|---|
public void collect(Accumulator accumulator)
Collector
collect in interface Collectoraccumulator - the accumulator to which the collected data is storedpublic AttachPoint getAttachPoint()
Collector
getAttachPoint in interface Collectorpublic Collector attach(Object object)
CollectorCollector.getAttachPoint().
attach in interface Collectorobject - the matching object
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||