class documentation

class OldEvolutionPath(object):

View In Hierarchy

not in use (yet)

A variance-neutral exponentially smoothened vector.

Method __init__ Undocumented
Method update Undocumented
Instance Variable count Undocumented
Instance Variable path Undocumented
Instance Variable time_constant Undocumented
def __init__(self, p0, time_constant=None):

Undocumented

def update(self, v):

Undocumented

count: int =

Undocumented

path =

Undocumented

time_constant =

Undocumented