Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config option to allow for multiple runs #46

Open
tslater2006 opened this issue Dec 17, 2020 · 0 comments
Open

Config option to allow for multiple runs #46

tslater2006 opened this issue Dec 17, 2020 · 0 comments
Labels
enhancement Enhancement of an existing feature

Comments

@tslater2006
Copy link

tslater2006 commented Dec 17, 2020

Would be nice if we could set a config property that would run each solution N number of times and take the average timing across those runs. Where N is the value set in config.

            SolverConfiguration cfg = new();
            cfg.RunCount = 20;
            Solver.SolveAll(cfg);
@eduherminio eduherminio added the enhancement Enhancement of an existing feature label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants