|
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.ApproximationSetCollector
public class ApproximationSetCollector
Collects approximation sets from an Algorithm.
| Constructor Summary | |
|---|---|
ApproximationSetCollector()
Constructs an unattached collector for recording Pareto dominance approximation sets from an algorithm. |
|
ApproximationSetCollector(Algorithm algorithm,
double[] epsilon)
Constructs a collector for recording approximation sets from the specified algorithm. |
|
ApproximationSetCollector(double epsilon)
Constructs an unattached collector for recording ε-box dominance approximation sets from an algorithm. |
|
ApproximationSetCollector(double[] epsilon)
Constructs an unattached collector for recording ε-box dominance approximation sets from an 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 ApproximationSetCollector()
public ApproximationSetCollector(double epsilon)
epsilon - the ε valuepublic ApproximationSetCollector(double[] epsilon)
epsilon - the ε values
public ApproximationSetCollector(Algorithm algorithm,
double[] epsilon)
algorithm - the algorithm this collector records data fromepsilon - the ε-values used when collecting only the
ε-dominant solutions; or null if regular Pareto
dominance is used| Method Detail |
|---|
public AttachPoint getAttachPoint()
Collector
getAttachPoint in interface Collectorpublic Collector attach(Object object)
CollectorCollector.getAttachPoint().
attach in interface Collectorobject - the matching object
public void collect(Accumulator accumulator)
Collector
collect in interface Collectoraccumulator - the accumulator to which the collected data is stored
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||