Parameter and Custom Objects#
Parameter Annotations#
Mark class attribute as a hyper-parameter for an algorithm or pipeline. |
|
Mark class attribute as a hyper-parameter for an algorithm or pipeline. |
|
Mark class attribute as an optimizable parameter for an algorithm or pipeline. |
|
Mark class attribute as an optimizable parameter for an algorithm or pipeline. |
|
Mark a class attribute as pure parameter for an algorithm or pipeline. |
|
Mark a class attribute as pure parameter for an algorithm or pipeline. |
|
Mark class attribute as a simple parameter for an algorithm or pipeline. |
|
Mark class attribute as a simple parameter for an algorithm or pipeline. |
Utility functions#
|
Construct a new algorithm object with the same parameters. |
|
Wrap mutable default value with the |
Utility classes#
Baseclass for all tpcp objects. |
|
|
Init factory that creates a clone of the provided default values on instance initialisation. |
Baseclass for factories to circumvent mutable defaults. |