orbithunter.core.Orbit._default_parameter_ranges

classmethod Orbit._default_parameter_ranges()[source]

Intervals (continuous) or iterables (discrete) used to populate parameters.

Notes

tuples or length two are always interpreted to be continuous intervals. If you have a discrete variable with two options, simply use a list instead of tuple. Discrete variables are populated by using random choice from the provided collection.