public class BilinearLearnerParametersLineSearch extends Object implements Iterable<BilinearLearnerParameters>
Constructor and Description |
---|
BilinearLearnerParametersLineSearch(BilinearLearnerParameters base)
Set the base paramters.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
addIteration(String key,
Iterable<T> range) |
Iterator<BilinearLearnerParameters> |
iterator() |
static void |
main(String[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public BilinearLearnerParametersLineSearch(BilinearLearnerParameters base)
base
- public <T> void addIteration(String key, Iterable<T> range)
key
- range
- public Iterator<BilinearLearnerParameters> iterator()
iterator
in interface Iterable<BilinearLearnerParameters>