Base class for algorithms
| Attributes : | name : string
P : instance of a subclass of problemBase
|
|---|---|
| Parameters : | name : string
P : instance of a subclass of problemBase
|
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. |