Struct spaces::dimensions::Partitioned [] [src]

pub struct Partitioned { /* fields omitted */ }

A finite, uniformly partitioned continous dimension.

Methods

impl Partitioned
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Partitioned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Partitioned
[src]

impl Space for Partitioned
[src]

The data representation of the space.

[src]

Return the number of dimensions in the space.

[src]

Return the number of linear combinations of values in the space.

[src]

Generate a random sample from the space.

impl BoundedSpace for Partitioned
[src]

The upper/lower bound type; not necessarily equal to Space::Value.

[src]

Returns a reference to the dimension's lower value bound (inclusive).

[src]

Returns a reference to the dimension's upper value bound (exclusive).

[src]

Returns true iff val is within the dimension's bounds.

impl FiniteSpace for Partitioned
[src]

[src]

Returns the finite range of values in this dimension.

impl Surjection<f64, usize> for Partitioned
[src]

[src]

Map value from domain onto codomain.

impl Surjection<usize, usize> for Partitioned
[src]

[src]

Map value from domain onto codomain.

impl<'de> Deserialize<'de> for Partitioned
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq for Partitioned
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for Partitioned
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Partitioned

impl Sync for Partitioned