Skip to content

Iterating through strategy based on a while loop instead of for loop #195

@kazewong

Description

@kazewong

Currently the main loop of flowMC simply iterates through the list of strategy. It could be interesting to see while loop based strategy in the future.

Describe the solution you'd like
The easiest way to implement this is probably to do it within a strategy, say in train_model.py instead of iterating through n_epochs one can have it trains until certain criteria is met.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions