setup_db_run

biophysics_fitting.optimizer.setup_db_run(db_setup, run)

Create a sub-database for each run of the optimization algorithm. db_setup contains a sub db for each run of the full optimization. This sub db is created here.

Parameters:
db_setup : DataBase

The database containing the setup of the optimization.

run : int

The index of the optimization run.

Returns:

The database for the optimization run containing sub-databases..

Return type:

DataBase