compsense.algorithms.algorithmBase

class compsense.algorithms.algorithmBase(name, P)

Base class for algorithms

Attributes :

name : string

Name of algorithm.

P : instance of a subclass of problemBase

The problem that the algorithm solves.

Parameters :

name : string

Name of algorithm.

P : instance of a subclass of problemBase

The problem that the algorithm solves.

Attributes

P The problem that the algorithm is set to solve
mses The statistics of the MSE per iteration.
name Name of the algorithm
objectives The statistics of the objective value per iteration.
times Time per iteration.

Previous topic

compsense.problems.probMissingPixels

Next topic

compsense.algorithms.algorithmBase.solve

This Page