Skip to content

Online Batch-Means ESS estimator #274

@miguelbiron

Description

@miguelbiron

Idea

  • Use the round-based approach: at the start of each round, we know the number of scans that will occur. Therefore, we can select an adequate batch size beforehand.
  • We can then use this online estimator
  • To keep the estimator synced with the round-based scheme, at each empty! call we can double an internal value for the number of scans.

Difficulties

  • Since the Shared object is not seen by recorder constructors, there is no way of knowing if we are starting from round 1 or round > 1. So we can only keep the estimator in sync if it started in sync.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions