Source Code#
This page provided API docs for functionality which is typically not used by users, but is used internally in the PyAutoFit source code.
These docs are intended for developers, or users doing non-standard computations using internal PyAutoFit objects.
Model Mapping#
These tools are used internally by PyAutoFit to map input lists of values (e.g. a unit cube of parameter values) to model instances.
The object multiple Python classes are input into to create model-components, which has free parameters that are fitted by a non-linear search. |
|
An instance of a Collection or Model. |