As discussed in #2 , the forget function is currently a hard coded function in the Gaussian class.
Allow each Player to define their own forget function for their own Gaussians. This allows players to forget at different rates instead of having one universal rate. It also allows for more complex functions than the one currently implemented that use parameters other than time.
As discussed in #2 , the forget function is currently a hard coded function in the Gaussian class.
Allow each Player to define their own forget function for their own Gaussians. This allows players to forget at different rates instead of having one universal rate. It also allows for more complex functions than the one currently implemented that use parameters other than time.