adanet/core/iteration.py [374:382]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        candidates=candidates,
        subnetwork_specs=subnetwork_specs,
        estimator_spec=estimator_spec,
        best_candidate_index=best_candidate_index,
        summaries=summaries,
        train_manager=train_manager,
        subnetwork_reports=subnetwork_reports,
        checkpoint=checkpoint,
        previous_iteration=previous_iteration)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



adanet/core/iteration.py [808:816]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          candidates=candidates,
          subnetwork_specs=subnetwork_specs,
          estimator_spec=estimator_spec,
          best_candidate_index=best_candidate_index,
          summaries=summaries,
          train_manager=train_manager,
          subnetwork_reports=subnetwork_reports,
          checkpoint=checkpoint,
          previous_iteration=previous_iteration)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



