names - External interface

Exported names.

Usage:

import bumps.names as bp … bp.FitProblem(experiment)

In model definition scripts, rather than importing symbols one by one, you can simply perform:

from bumps.names import *

This is bad style for library and applications but convenient for model scripts.

The following symbols are defined:

Math functions:

Problem definition functions:

Jupyter notebook functions: