[][src]Crate lfa

LFA

LFA is a framework for linear function approximation with gradient descent.

Re-exports

pub extern crate spaces as geometry;

Modules

basis

Module for basis function representations used by LFA.

composition

Module for composition of basis representations.

core

Module for common types and primitives used throughout the crate.

eval

Module for efficient dot product abstractions used by LFA.

transforms

Structs

LFA

Linear function approximator.

TransformedLFA

Transformed linear function approximator.