There's a bug in `GDASProfile` because of a missing parameter in its initializer (`is_regularization_enabled` is missing in it) Move all common parameters to the `BaseProfile` class and use `args` and `kwargs` in derived classes to fix this trivially. Also looks neater that way.