API reference¶
The reference for numgeo-ACT's public interface. It is split into two pages, depending on what you are doing:
User API¶
The functions you call to run a calibration — reading the Excel database,
choosing and configuring a model, describing the problem with globals.setup,
and launching DEEM.optimize. Start here if you want to calibrate a model.
User API
Developer API¶
The internals — the package layout, the constitutive-model interface, and the
similarity, weighting, plotting, reporting and runtime modules. Start here if you
want to extend numgeo-ACT (e.g. add a model, a similarity measure, or an
optimizer back-end).
Developer API
For step-by-step narrative rather than a reference, see the calibration workflow and the Quickstart. The optimizer itself (DEEM) has its own documentation and API reference.