Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
acbbullock committed May 6, 2023
1 parent 908b19f commit 1364dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ type RestrictedBoltzmannMachine
complex(kind=rk), allocatable, dimension(:) :: b, p_b, r_b !! Hidden biases & ADAM arrays
complex(kind=rk), allocatable, dimension(:,:) :: w, p_w, r_w !! Weights & ADAM arrays
character(len=1) :: alignment = 'N' !! For tracking spin alignment
logical :: initialized = .false. !! Initialization status
contains
private
procedure, pass(self), public :: stochastic_optimization !! Public training routine
Expand Down

0 comments on commit 1364dab

Please sign in to comment.