Closed HiIAmTzeKean closed 2 months ago
if algorithm does not implement the base algorithm class it might not contain the property identifier and this will cause an error to be thrown.
identifier
Ideally, there should be a check that the algorithm is an instance of the base class, but as a work around, we will just check for the property.
if algorithm does not implement the base algorithm class it might not contain the property
identifier
and this will cause an error to be thrown.Ideally, there should be a check that the algorithm is an instance of the base class, but as a work around, we will just check for the property.