public static class AttractorFamily.Attractor extends Object
Constructor and Description |
---|
Attractor(AttractorFamily family,
double[] params,
double[] seed)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AttractorFamily |
getFamily()
Returns this attractor's family.
|
java.util.stream.Stream<double[]> |
pointStream()
Returns the unbounded point stream defined by this attractor.
|
String |
toString() |
public Attractor(AttractorFamily family, double[] params, double[] seed)
family
- attractor familyparams
- array of parameters defining this attractor's
actual behaviourseed
- initial point for iterationpublic AttractorFamily getFamily()
public java.util.stream.Stream<double[]> pointStream()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.