ITERATION_AND_STATISTICS

Description

This table stores information about the iteration and statistics.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the iteration and statistics.
ITERATION_INDEX smallint The index of the iteration.
STATISTICS ITERATION_AND_ST_0 bigint The ID of the iteration statistics.
ITERATION_AND_STATISTICS_EXP_0 bigint The ID of the experiment statistics.
ITERATION_AND_STATISTICS_HJO_0 int The index of the iteration and statistics.

Foreign Key Relationships

  • STATISTICS ITERATION_AND_ST_0 references ITERATION_STATISTICS (ID)
  • ITERATION_AND_STATISTICS_EXP_0 references EXPERIMENT_STATISTICS (ID)

Constraints

  • PRIMARY KEY (ID)
  • KEY (STATISTICS ITERATION_AND_ST_0)
  • KEY (ITERATION_AND_STATISTICS_EXP_0)