|
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.IndicatorCollector
public class IndicatorCollector
Collects performance indicator values from an Algorithm.
| Constructor Summary | |
|---|---|
IndicatorCollector(Indicator indicator)
Constructs an unattached collector for recording performance indicator values from an algorithm. |
|
IndicatorCollector(Indicator indicator,
EpsilonBoxDominanceArchive archive)
Constructs an unattached collector for recording performance indicator values from an algorithm, with an ε-box dominance archive to prune the approximation set to a desired resolution. |
|
IndicatorCollector(Indicator indicator,
EpsilonBoxDominanceArchive archive,
Algorithm algorithm)
Constructs a collector for recording performance indicator values from the specified algorithm. |
|
| 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 IndicatorCollector(Indicator indicator)
indicator - the performance indicator used by this collector
public IndicatorCollector(Indicator indicator,
EpsilonBoxDominanceArchive archive)
indicator - the performance indicator used by this collectorarchive - the ε-box dominance archive used to prune the
approximation set to a desired resolution; or null if
no such pruning is used
public IndicatorCollector(Indicator indicator,
EpsilonBoxDominanceArchive archive,
Algorithm algorithm)
indicator - the performance indicator used by this collectorarchive - the ε-box dominance archive used to prune the
approximation set to a desired resolution; or null if
no such pruning is usedalgorithm - the algorithm 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 | |||||