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.

ModelMapper(*arguments, **kwargs)

A mapper of priors formed by passing in classes to be reconstructed

ModelInstance([child_items, id_])

An instance of a Collection or Model.