Skip to content

Make StepCounter thread safe #33

@mhyee

Description

@mhyee

The StepCounter class is used to keep statistics on how many Pareto points there are, and how many "steps" were required to reach the Pareto front.

This class is not thread safe. It also assumes Pareto points are found sequentially.

We currently don't use this class for stats, but if we do, it's useless for any of the multithreaded code.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions