| Constructor and Description |
|---|
UncertaintyExplorationOpenSelection(long timeout,
int phaseInterval,
double exploitationScoreThreshold,
double explorationUncertaintyThreshold,
IPhaseLengthAdjuster phaseLengthAdjuster,
ISolutionDistanceMetric<T> solutionDistanceMetric,
IExplorationCandidateSelector<T,V> candidateSelector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Node<T,V> node) |
boolean |
addAll(java.util.Collection<? extends Node<T,V>> arg0) |
void |
clear() |
boolean |
contains(java.lang.Object arg0) |
boolean |
containsAll(java.util.Collection<?> arg0) |
Node<T,V> |
element() |
boolean |
isEmpty() |
java.util.Iterator<Node<T,V>> |
iterator() |
boolean |
offer(Node<T,V> e) |
Node<T,V> |
peek() |
Node<T,V> |
poll() |
Node<T,V> |
remove() |
boolean |
remove(java.lang.Object node) |
boolean |
removeAll(java.util.Collection<?> arg0) |
boolean |
retainAll(java.util.Collection<?> arg0) |
int |
size() |
java.lang.Object[] |
toArray() |
<X> X[] |
toArray(X[] arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic UncertaintyExplorationOpenSelection(long timeout,
int phaseInterval,
double exploitationScoreThreshold,
double explorationUncertaintyThreshold,
IPhaseLengthAdjuster phaseLengthAdjuster,
ISolutionDistanceMetric<T> solutionDistanceMetric,
IExplorationCandidateSelector<T,V> candidateSelector)
public boolean remove(java.lang.Object node)
public void clear()
public boolean contains(java.lang.Object arg0)
public boolean containsAll(java.util.Collection<?> arg0)
public boolean isEmpty()
public boolean removeAll(java.util.Collection<?> arg0)
public boolean retainAll(java.util.Collection<?> arg0)
public int size()
public java.lang.Object[] toArray()
public <X> X[] toArray(X[] arg0)