Struct moonlander_gp::NodeWeights [] [src]

pub struct NodeWeights { /* fields omitted */ }

Weights to use when deciding between internal and leaf nodes.

This structure is initialized with a desired target depth, and every level advancing in the tree shifts the weights away from internal nodes and towards leaf nodes.

Methods

impl NodeWeights
[src]

Trait Implementations

impl Copy for NodeWeights
[src]

impl Clone for NodeWeights
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more