davharris / mistnet2

Neural Networks with Latent Random Variables in R
Other
4 stars 0 forks source link

functions should be more flexible/smarter re: parameters #37

Closed davharris closed 8 years ago

davharris commented 8 years ago

I shouldn't need to do log_density(net, par = unlist(net$par_list)).

log_density(net) and log_density(net, par = net$par_list) are unambiguous and create less room for error.