package algebra
- Alphabetic
- Public
- All
Type Members
-
trait
AffineCombination[M[_], R] extends AnyRef
Another attempt at a better thing, here...
Another attempt at a better thing, here... but I don't know if this solves my problem of needing to compose up the stack,
- trait Decompose[M[_], R] extends Serializable
-
trait
Expectation[M[_]] extends AnyRef
This definitely works, but I need to think through how we're going to be able to return things like Futures, that have to communicate over the network.
This definitely works, but I need to think through how we're going to be able to return things like Futures, that have to communicate over the network. Does the value return type cover it?
NOTE the implementation is responsible for normalizing.
- trait ExpectationImplicits extends AnyRef
- trait Module[R, G] extends Serializable
-
trait
ToDouble[A] extends Serializable
Typeclass that encodes how some type A can be converted into a Double instance.
-
final
case class
Weight(w: Double) extends AnyVal with Product with Serializable
Value class that represents some Double-valued weight that can be applied to a type.
Value Members
- object AffineCombination
- object Decompose extends Serializable
- object Expectation extends ExpectationImplicits
-
object
Module extends Serializable
This class represents a module.
This class represents a module. For the required properties see:
https://en.wikipedia.org/wiki/Module_(mathematics)
- object ToDouble extends Serializable
- object Weight extends Serializable
edit this text on github
ScalaRL
This is the API documentation for the ScalaRL functional reinforcement learning library.
Further documentation for ScalaRL can be found at the documentation site.
Check out the ScalaRL package list for all the goods.