Skip to content

Remove unused OOP wrappers for algorithms #134

@daniel3735928559

Description

@daniel3735928559

Many of the algorithms are wrapped in classes when they could simply be modules. For example, rather than having a directory structure of

algs/RandomSamplingLinearLeastSquares/__init__.py
algs/RandomSamplingLinearLeastSquares/RandomSamplingLinearLeastSquares.py

with RandomSamplingLinearLeastSquares.py defining a class, just have

algs/RandomSamplingLinearLeastSquares.py

containing the functions defined by the algorithm, wrapped in a class (or possibly not, as needed).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions