Struct wyrm::HogwildParameter[][src]

pub struct HogwildParameter { /* fields omitted */ }

Struct used to hold parameters that need to be shared among multiple ParameterNodes for asynchronous, parallel optimization.

Methods

impl HogwildParameter
[src]

Create a new parameter object.

Get the parameter value.

Trait Implementations

impl Sync for HogwildParameter
[src]

impl Debug for HogwildParameter
[src]

Formats the value using the given formatter. Read more

impl Clone for HogwildParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations