|
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.AdaptiveTimeContinuationCollector
public class AdaptiveTimeContinuationCollector
Collects the number of restart events resulting from
AdaptiveTimeContinuation.
| Constructor Summary | |
|---|---|
AdaptiveTimeContinuationCollector()
Constructs an unattached collector for recording the number of restart events resulting from AdaptiveTimeContinuation. |
|
AdaptiveTimeContinuationCollector(AdaptiveTimeContinuation algorithm)
Constructs a collector for recording the number of restart events resulting from the specified AdaptiveTimeContinuation instance. |
|
| 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. |
void |
restarted(RestartEvent event)
Invoked when a restart event has occurred. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdaptiveTimeContinuationCollector()
AdaptiveTimeContinuation.
public AdaptiveTimeContinuationCollector(AdaptiveTimeContinuation algorithm)
AdaptiveTimeContinuation instance.
algorithm - 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 void restarted(RestartEvent event)
RestartListener
restarted in interface RestartListenerevent - the object storing details about the restart eventpublic 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 | |||||