Struct renforce::util::chooser::Softmax
[−]
[src]
pub struct Softmax { /* fields omitted */ }
Represents a Chooser that picks each element with probability according to a softmax distrobution
Methods
impl Softmax
[src]
Trait Implementations
impl Debug for Softmax
[src]
impl Clone for Softmax
[src]
fn clone(&self) -> Softmax
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for Softmax
[src]
impl PartialEq for Softmax
[src]
fn eq(&self, __arg_0: &Softmax) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Softmax) -> bool
This method tests for !=
.